mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
rtsp-media-factory: Add FIXME for 2.0
This commit is contained in:
parent
3d6b93bcd3
commit
6b76c02552
1 changed files with 5 additions and 0 deletions
|
@ -1330,6 +1330,11 @@ default_create_pipeline (GstRTSPMediaFactory * factory, GstRTSPMedia * media)
|
|||
GstElement *pipeline;
|
||||
|
||||
pipeline = gst_pipeline_new ("media-pipeline");
|
||||
|
||||
/* FIXME 2.0: This should be done by the caller, not the vfunc. Every
|
||||
* implementation of the vfunc has to call it otherwise at the end.
|
||||
* Also it does not allow use to add further behaviour here that could
|
||||
* be reused by subclasses that chain up */
|
||||
gst_rtsp_media_take_pipeline (media, GST_PIPELINE_CAST (pipeline));
|
||||
|
||||
return pipeline;
|
||||
|
|
Loading…
Reference in a new issue