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 309150 - [xvimagesink/ximagesink] Incremenet framerate properties
[xvimagesink/ximagesink] Incremenet framerate properties
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-27 21:09 UTC by Luca Ognibene
Modified: 2005-07-01 17:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ognibene 2005-06-27 21:09:03 UTC
Right now xvimagesink and ximagesink have a [1..100]framerate properties.
A lot of other elements (videotestsrc, ffmpeg, ...) handles [1..MAX_DOUBLE].

Playing flv also fails right now because of this problem:
ffdemux_flv tries to negotiate a 1000fps video and xvimagesink can't handle
that. Changing xvimagesink's caps make it works fine.