mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
python bindings: fix the definition of MediaFactory.collect_stream
This commit is contained in:
parent
b73f996b85
commit
61ae57cbdf
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
(define-method collect_streams
|
||||
(of-object "GstRTSPMediaFactory")
|
||||
(c-name "gst_rtsp_media_factory_construct")
|
||||
(c-name "gst_rtsp_media_factory_collect_streams")
|
||||
(parameters
|
||||
'("const-GstRTSPUrl*" "url")
|
||||
'("GstRTSPMedia*" "media")
|
||||
|
|
Loading…
Reference in a new issue