[Bug 703256] [PATCH] fix low probability typefinding for video/mpeg on small amount of data

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 1 02:09:28 PDT 2013


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-01 09:09:26 UTC ---
commit 5a064ca4234ecbc9451b59d36b4e4f13de203d4f
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Fri Jun 28 14:48:19 2013 +0100

    typefind: avoid too low mpeg/ts probability on small amount of data

    With the current test, we get into problems when we try to typefind
    a MPEG stream from a small amount of data, which can happen when
    we get data pushed from a HTTP source. We thus make a second test
    to give higher probability if all the potential headers were either
    pack or pes headers (ie, no potential header was unrecognized).

    This fixes an issue with a MPEG1/MP2 stream being properly discovered
    as video/mpeg from a file, but as audio/mpeg from souphttpsrc.

    https://bugzilla.gnome.org/show_bug.cgi?id=703256

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