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 418222 - New parameter to the discoverer to change the default maximum frame interleave
New parameter to the discoverer to change the default maximum frame interleave
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.6
Other Linux
: Normal enhancement
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-14 14:03 UTC by Sebastien Merle
Modified: 2007-07-27 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add max frame interleave parameter to the discoverer (3.04 KB, patch)
2007-03-14 14:05 UTC, Sebastien Merle
committed Details | Review

Description Sebastien Merle 2007-03-14 14:03:31 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.
Comment 1 Sebastien Merle 2007-03-14 14:05:58 UTC
Created attachment 84573 [details] [review]
Patch to add max frame interleave parameter to the discoverer
Comment 2 Edward Hervey 2007-07-27 11:09:39 UTC
This patch does not apply.

Please create it in this way:
~/work/cvs/gst-python# cvs diff -up > name.patch
Comment 3 Edward Hervey 2007-07-27 11:10:26 UTC
sorry, above comment was for another bug.
Comment 4 Edward Hervey 2007-07-27 11:13:20 UTC
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