python bindings: fix the definition of MediaFactory.collect_stream

This commit is contained in:
Alessandro Decina 2011-04-20 10:16:08 +02:00
parent b73f996b85
commit 61ae57cbdf

View file

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