[Bug 663756] New: [mpegtsdemux] problem when using es-pids property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 10 01:52:08 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=663756
  GStreamer | gst-plugins-bad | git

           Summary: [mpegtsdemux] problem when using es-pids property
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: julien.isorce at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=201126)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=201126)
mpegts over udp file that allows to reproduce the problem described in this bug

Hi,

On attempting to play the attached espn_small.pcap stream, the pipeline is
blocked in PREROLL step when indicating the audio PID.

The pcap file contains a mepgts stream with VIDEO: pid 0x801 (2049) codec mpeg2
and AUDIO: pid 0x802 (2050) codec AC3.

 * Steps to reproduce:

gst-launch-0.10 filesrc location=espn_small.pcap ! pcapparse ! mpegtsparse !
mpegtsdemux es-pids="0x802" name=d ! queue ! mpegvideoparse ! mpeg2dec !
xvimagesink  d. ! queue ! ac3parse ! a52dec ! audioconvert ! alsasink

 * Actual result:

Piepline blocked in PREROLL step


 * Aother infos:

If I set es-pids="0x801" then the video AND the audio are played. Why is audio
played so ?

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