[Bug 663756] [mpegtsdemux] problem when using es-pids property
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 12 08:39:42 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=663756
GStreamer | gst-plugins-bad | git
--- Comment #10 from Julien Isorce <julien.isorce at gmail.com> 2012-01-12 16:39:38 UTC ---
Created an attachment (id=205115)
--> (https://bugzilla.gnome.org/attachment.cgi?id=205115)
this mpegts file stream contains 1 video stream and 2 audio stream (stereo and
5.1)
This attached cnbc_small.ts file shows that mpegtsdemux does not select the
supplied audio pid.
The file contains:
video: pid 1361 (0x551) (mpeg2video)
audio: pid 1362 (0x552) (ac3, 6 audio channels)
audio: pid 1363 (0x553) (ac3, 2 audio channels)
The following pipelines shows that the selected audio streams has 6 channels
whereas it should be 2 because we asked pid 0x553
GST_DEBUG=ac3parse:5 gst-launch-0.10 filesrc location=cnbc_small.ts !
mpegtsdemux es-pids=0x551:0x553 name=d ! queue ! mpegvideoparse ! fakesink
silent=1 d. ! queue ! ac3parse ! fakesink silent=1
Symmetric error when asking 0x552. (it selects the other audio stream)
--
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