[Bug 663689] New: Missing DiscoverInfo API in 0.11

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 9 04:57:08 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=663689
  GStreamer | gstreamer (core) | 0.11.x

           Summary: Missing DiscoverInfo API in 0.11
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: Uraeus at linuxrising.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I am using the GstPbutils.DiscovererInfo.get_stream_list in Transmageddon (from
python), but it doesn't seem to exist in 0.11 curently.

Below is a ipython reports are the available API calls, and while 0.11 seems to
have a lot more, the important one for me is missing.


0.11 
In [6]: GstPbutils.DiscovererInfo.
GstPbutils.DiscovererInfo.chain                   
GstPbutils.DiscovererInfo.get_tags
GstPbutils.DiscovererInfo.connect                 
GstPbutils.DiscovererInfo.get_uri
GstPbutils.DiscovererInfo.connect_after           
GstPbutils.DiscovererInfo.handler_block
GstPbutils.DiscovererInfo.connect_object          
GstPbutils.DiscovererInfo.handler_block_by_func
GstPbutils.DiscovererInfo.connect_object_after    
GstPbutils.DiscovererInfo.handler_disconnect
GstPbutils.DiscovererInfo.disconnect              
GstPbutils.DiscovererInfo.handler_is_connected
GstPbutils.DiscovererInfo.disconnect_by_func      
GstPbutils.DiscovererInfo.handler_unblock
GstPbutils.DiscovererInfo.emit                    
GstPbutils.DiscovererInfo.handler_unblock_by_func
GstPbutils.DiscovererInfo.emit_stop_by_name       
GstPbutils.DiscovererInfo.mro
GstPbutils.DiscovererInfo.freeze_notify           
GstPbutils.DiscovererInfo.notify
GstPbutils.DiscovererInfo.get_data                
GstPbutils.DiscovererInfo.props
GstPbutils.DiscovererInfo.get_duration            
GstPbutils.DiscovererInfo.set_data
GstPbutils.DiscovererInfo.get_misc                
GstPbutils.DiscovererInfo.set_properties
GstPbutils.DiscovererInfo.get_properties          
GstPbutils.DiscovererInfo.set_property
GstPbutils.DiscovererInfo.get_property            
GstPbutils.DiscovererInfo.stop_emission
GstPbutils.DiscovererInfo.get_result              
GstPbutils.DiscovererInfo.thaw_notify
GstPbutils.DiscovererInfo.get_seekable            
GstPbutils.DiscovererInfo.weak_ref
GstPbutils.DiscovererInfo.get_stream_info          

0.10 -
In [3]: gst.pbutils.DiscovererInfo.get
gst.pbutils.DiscovererInfo.get_audio_streams     
gst.pbutils.DiscovererInfo.get_stream_info
gst.pbutils.DiscovererInfo.get_container_streams 
gst.pbutils.DiscovererInfo.get_stream_list
gst.pbutils.DiscovererInfo.get_duration          
gst.pbutils.DiscovererInfo.get_streams
gst.pbutils.DiscovererInfo.get_misc              
gst.pbutils.DiscovererInfo.get_tags
gst.pbutils.DiscovererInfo.get_result            
gst.pbutils.DiscovererInfo.get_uri
gst.pbutils.DiscovererInfo.get_seekable          
gst.pbutils.DiscovererInfo.get_video_streams

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list