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:
Sebastian Dröge 2018-03-07 12:20:05 +02:00
parent e6e64c95c6
commit e5527e4403

View file

@ -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