projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb4f50
)
rtspsrc: mark as a source
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 11 Oct 2010 13:12:00 +0000
(15:12 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 11 Oct 2010 13:12:51 +0000
(15:12 +0200)
Mark the rtspsrc element as a source.
Requires 0.10.31.1 now
gst/rtsp/gstrtspsrc.c
patch
|
blob
|
history
diff --git
a/gst/rtsp/gstrtspsrc.c
b/gst/rtsp/gstrtspsrc.c
index
52ec272
..
9afa3c7
100644
(file)
--- a/
gst/rtsp/gstrtspsrc.c
+++ b/
gst/rtsp/gstrtspsrc.c
@@
-5214,6
+5214,7
@@
gst_rtspsrc_open_from_sdp (GstRTSPSrc * src, GstSDPMessage * sdp)
}
src->state = GST_RTSP_STATE_INIT;
+ GST_OBJECT_FLAG_SET (src, GST_ELEMENT_IS_SOURCE);
/* setup streams */
if (!gst_rtspsrc_setup_streams (src))