summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-11 18:01:53 +0100
committerWim Taymans <wim.taymans@gmail.com>2010-12-11 18:04:34 +0100
commit7ef0bf98da98af6077734443c519455365075bb4 (patch)
tree20f30f11a39d64a3581ecae846ecfed2a8c4d5df /gst/rtsp-server/Makefile.am
parent34f0973831d4c7908130840368bbf39db526855f (diff)
factory-uri: add a factory to stream any URI
Make a factory that uses uridecodebin to decode any uri and autoplug a payloader when we have one.
Diffstat (limited to 'gst/rtsp-server/Makefile.am')
-rw-r--r--gst/rtsp-server/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am
index 1c61825..8be1f59 100644
--- a/gst/rtsp-server/Makefile.am
+++ b/gst/rtsp-server/Makefile.am
@@ -3,6 +3,7 @@ public_headers = \
rtsp-sdp.h \
rtsp-media.h \
rtsp-media-factory.h \
+ rtsp-media-factory-uri.h \
rtsp-media-mapping.h \
rtsp-session.h \
rtsp-session-pool.h \
@@ -14,6 +15,7 @@ c_sources = \
rtsp-sdp.c \
rtsp-media.c \
rtsp-media-factory.c \
+ rtsp-media-factory-uri.c \
rtsp-media-mapping.c \
rtsp-session.c \
rtsp-session-pool.c \