[gstreamer-bugs] [Bug 348756] [typefinding] not working for a MAVIX mpeg2 stream

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 26 22:01:32 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=348756
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com




------- Comment #4 from Jan Schmidt  2006-07-27 05:01 UTC -------
On the face of it, the problem seems to be that there is about 600-700 bytes of
junk at the start of the file. It looks like it was indiscriminately cut
without respecting a the packet boundaries.

It seems reasonable to me that the typefind function could search some of the
start of the file to skip such garbage, although it should probably do it more
efficiently than in this patch, because it knows it needs a buffer that starts
with 0x00 0x00 0x01 to have any hope of it being an MPEG packet header.


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