[gstreamer-bugs] [Bug 623663] [typefinding] Cannot read MTS file with decodebin
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jul 18 03:44:43 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=623663
GStreamer | gst-plugins-base | 0.10.28
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.10.31
--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-18 10:44:38 UTC ---
commit 01ace4a124a8f28d4892b5f3194e00c43b8c12e0
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sun Jul 18 11:38:19 2010 +0100
tests: add unit test for mpeg-ts typefinding bug
See #623663.
commit bd0adb11fd11ff1b026ab27f16658ecf117cca42
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sun Jul 18 11:24:46 2010 +0100
typefinding: make mpeg-ts typefinder scan more data
We only look for packets with payload, but it appears there may be packets
without,
which makes it harder to find the N packets with payload in a row that we
need in
order to typefind this successfully, so scan some more data than necessary
in the
optimistic scenario. Alternatively we could change IS_MPEGTS_HEADER().
Fixes #623663.
--
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