[Bug 661909] Remuxing gravity.mpeg doesn't work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 24 07:01:46 PDT 2011


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

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-10-24 14:01:40 UTC ---
The issue appears to be with the mpeg version field, which some elements
specify as [1, 2] and others as {1, 2}.
The equivalence is lost of the comparison function, which only understands
scalar to list equivalence.

Adding range/list and range/scalar equivalence seems a bit hairy but not hard
to do, though I'm not sure if that would not have unwanted side effects.

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