GNOME Bugzilla – Bug 418222
New parameter to the discoverer to change the default maximum frame interleave
Last modified: 2007-07-27 11:13:20 UTC
When a media have a frame interleave larger than 1 second, the discoverer didn't detect some pads. With this pach the discoverer have a new keyword parameter to its constructor named max_interleave that have 1.0 as default value.
Created attachment 84573 [details] [review] Patch to add max frame interleave parameter to the discoverer
This patch does not apply. Please create it in this way: ~/work/cvs/gst-python# cvs diff -up > name.patch
sorry, above comment was for another bug.
2007-07-27 Sebastien Merle <sylane@gmail.com> reviewed by: Edward Hervey <bilboed@bilboed.com> * gst/extend/discoverer.py: New parameter to the discoverer to change the default maximum frame interleave. Fixes #418222