[gstreamer-bugs] [Bug 594490] New: gstrtpbin always uses pt to demux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 8 05:53:06 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=594490

           Summary: gstrtpbin always uses pt to demux
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.16
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: marc.leeman at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


--- Comment #0 from Marc Leeman <marc.leeman at gmail.com> 2009-09-08 12:53:03 UTC ---
Created an attachment (id=142696)
disable ptdemux behaviour in gstrtpbin

gstrtpbin uses gstrtpptdemux to demux the streams based on their PT value.
However, some encoders send out I (and other frames) on different PT values; as
a result; those streams cannot be decoded or in a slideshow (I-Frames) fashion
only.

The attached patch adds a parameter 'ignore-pt' that disables creating a
gstrtpptdemux module and ghosts the pads of gstrtpjitterbuffer instead of the
ones of gstrtpptdemux.

-- 
Configure bugmail: http://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