After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640564 - Remuxing a Theora stream generates a stream that oggz-validate complains about
Remuxing a Theora stream generates a stream that oggz-validate complains about
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-25 18:38 UTC by Vincent Penquerc'h
Modified: 2011-10-29 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Penquerc'h 2011-01-25 18:38:48 UTC
A file which passes oggz validate, when remuxed, will cause oggz validate to complain about badly sorted packets. I'll look at that later but I'm on something else now so I'm filing this so I don't forget.

command line:
gst-launch filesrc location=input.ogv ! oggdemux ! 'video/x-theora' ! oggmux ! filesink location=output.ogv
Comment 1 Vincent Penquerc'h 2011-08-10 11:30:13 UTC
This seems fixed in git, remuxed files now pass oggz-validate.
It was my bug, so closing it.