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 583876 - bug in videorate:
bug in videorate:
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-26 10:46 UTC by sreerenj
Modified: 2009-05-27 00:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2009-05-26 10:46:46 UTC
videorate element  is not applyable on encoded video.It is only applyable on decoded videos or on jpeg images.So inorder to set the framerate of encoded video a long procedure of decode->videorate->encode procedure is needed!!!!
Comment 1 David Schleef 2009-05-27 00:11:38 UTC
You are correct.  However, modifying encoded video to change the frame rate is impossible to do in a general purpose element.  You could theoretically create an element  that understood intimate details of the encoded format that could do it, but that would be very challenging and generally produce crappy results.