mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
media-mapping: fix transfer mode for gst_rtsp_media_mapping_add_factory
This commit is contained in:
parent
1e954a1a5e
commit
bc474a5b26
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ gst_rtsp_media_mapping_find_factory (GstRTSPMediaMapping * mapping,
|
||||||
* gst_rtsp_media_mapping_add_factory:
|
* gst_rtsp_media_mapping_add_factory:
|
||||||
* @mapping: a #GstRTSPMediaMapping
|
* @mapping: a #GstRTSPMediaMapping
|
||||||
* @path: a mount point
|
* @path: a mount point
|
||||||
* @factory: a #GstRTSPMediaFactory
|
* @factory: (transfer full): a #GstRTSPMediaFactory
|
||||||
*
|
*
|
||||||
* Attach @factory to the mount point @path in @mapping.
|
* Attach @factory to the mount point @path in @mapping.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue