[Bug 699754] New: Don't force elements of type source/sink to add two pads

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 6 05:40:40 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699754
  GStreamer | gst-omx | 1.0.0

           Summary: Don't force elements of type source/sink  to add two
                    pads
    Classification: Platform
           Product: GStreamer
           Version: 1.0.0
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-omx
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jvarshney20 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In current implementation of _class_init function, element is forced to add
both src and sink pads. It is proper of filter (decoder, encoder etc.)
elements. But elements of type source/ sink don't need two pads.

If someone wants to add elements of type source/ sink, current implementation
of _class_init function would not work.

Therefore implementation must be modified to handle these cases.

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