[gstreamer-bugs] [Bug 605980] mpegtsdemux: stream identified as E-AC3 not properly decoded by ffdec_eac3

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 22 10:45:30 PDT 2010


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

--- Comment #7 from Philip Jägenstedt <philipj at opera.com> 2010-05-22 17:45:25 UTC ---
Update: Further debugging seems to indicate that the real bug is 2. mpegtsdemux
isn't sending all the data needed to ffdec_eac3

If I tweak the caps to allow linkage, this pipeline drop the beginning of the
audio:

gst-launch -v filesrc location=hanoi.m2ts ! mpegtsdemux name=demux ! multiqueue
! ffdec_ac3 ! autoaudiosink

This one however, does not:

gst-launch -v filesrc location=hanoi.m2ts ! ffdemux_mpegts name=demux !
multiqueue ! ffdec_ac3 ! autoaudiosink

The decoder is the same and the only difference is the demuxer, so I'm guessing
mpegtsdemux isn't delivering the same data as ffdemux_mpegts.

Can some change the title of the bug accordingly, and set the bug to confirmed?

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