mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
rtsp-onvif-media-factory: Document that backchannel pipelines must end with async=false sinks
https://bugzilla.gnome.org/show_bug.cgi?id=794143
This commit is contained in:
parent
e6e64c95c6
commit
e5527e4403
1 changed files with 5 additions and 0 deletions
|
@ -375,6 +375,11 @@ gst_rtsp_onvif_media_factory_init (GstRTSPOnvifMediaFactory * factory)
|
|||
* all possible, complete RTP caps that are going to be supported. At least
|
||||
* the payload type, clock-rate and encoding-name need to be specified.
|
||||
*
|
||||
* Note: The pipeline part passed here must end in sinks that are not waiting
|
||||
* until pre-rolling before reaching the PAUSED state, i.e. setting
|
||||
* async=false on #GstBaseSink. Otherwise the whole media will not be able to
|
||||
* prepare.
|
||||
*
|
||||
* Since: 1.14
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue