[gstreamer-bugs] [Bug 640622] New: gst_element_link_pads_full function return wrong error information

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 26 01:17:32 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=640622
  GStreamer | gstreamer (core) | 0.10.32

           Summary: gst_element_link_pads_full function return wrong error
                    information
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.32
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: rui.chen at tieto.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I use gst-launch-0.10 alsasrc ! ximagesink to test function
gst_element_link_pads_full. 

When loop through the pads in the source, it can't find a compatible
destination pad, then it will loop through the pads in the destination, it also
can't find a compatible source pad, but it will return wrong error
information(sink is not 
source pad, failed) during call gst_element_get_compatible_pad().

This error is caused by using wrong order of pad when call
gst_pad_check_link().

-- 
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