GNOME Bugzilla – Bug 333254
theora encoder does not set IN_CAPS flag properly
Last modified: 2006-03-03 19:13:26 UTC
This causes problems when muxing a theora-only stream with an initial offset - the ogg page queue keeps filling and never flushes out any pages. For example: gst-launch-0.10 -v videotestsrc timestamp-offset=500000000 ! video/x-raw-yuv,framerate=5/1 ! theoraenc ! oggmux ! filesink location=theora.ogg Note how the file will only contain the three header packets gst-launch-0.10 -v videotestsrc timestamp-offset=500000000 ! video/x-raw-yuv,framerate=5/1 ! theoraenc ! fakesink See how the flags are not set
Created attachment 60571 [details] [review] patch + testsuite update
commited to cvs