[gstreamer-bugs] [Bug 569673] New: [Mpegtsparse] PAT changes not always signaled

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 29 05:46:19 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=569673

  GStreamer | gst-plugins-bad | Ver: 0.10.10
           Summary: [Mpegtsparse] PAT changes not always signaled
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mutex at runbox.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
While reading a MPTS file, there is some cases where PAT changes are not always
signals (via a gst_post_message).


Steps to reproduce:
1. take 2 MPTS file stream (recorded from a dvb device)
2. Use a MPTS file which mix 2 MPTS stream. A such file can be created with dd
:  dd bs=188 count=100000 if=stream1.ts of=mix.ts ; dd bs=188 count=100000
if=stream2.ts >> mix.ts ; dd bs=188 count=100000 if=stream1.ts >> mix.ts
3. run the following command: gst-launch -m filesrc location=mix.ts !
mpegtsparse | grep pat


Actual results:
There are only two pat changes reported. There should be three : one for each
part of the file.
In fact the last pat change (when mpegtsparse is back to the stream1) is
ignored.

Expected results:
There should be three PAT announcement.

Does this happen every time?
yes

Other information:
In fact, subtables are decoded for the PAT table which doesn't make sense.
A proposed patch inhibits the subtable mechanism when parsing the PAT.

It also clean mpegtspacketizer stream's structure when streams are out of date
(on pat change).

Note: I can send a mix.ts file on demand.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=569673.




More information about the Gstreamer-bugs mailing list