mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
rtspsrc: mark as a source
Mark the rtspsrc element as a source. Requires 0.10.31.1 now
This commit is contained in:
parent
bcb4f50323
commit
ee7207aa3e
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue