python bindings: fix the definition of MediaFactory.collect_stream
authorAlessandro Decina <alessandro.d@gmail.com>
Wed, 20 Apr 2011 08:16:08 +0000 (10:16 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Wed, 20 Apr 2011 08:16:08 +0000 (10:16 +0200)
bindings/python/rtspserver.defs

index 25d190b..8ed06e5 100644 (file)
 
 (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")