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 172697 - [PATCH] mpeg2dec skip-frame
[PATCH] mpeg2dec skip-frame
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-05 13:13 UTC by Ronald Bultje
Modified: 2005-04-07 09:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
see text (3.61 KB, patch)
2005-04-05 13:13 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2005-04-05 13:13:24 UTC
Mpeg2dec is too slow for some specific applications. Attached patch makes it
skip B/P frames (similar to skip-frame in ffdec_*) for optimal non-precise video
processing.
Comment 1 Ronald Bultje 2005-04-05 13:13:42 UTC
Created attachment 39707 [details] [review]
see text
Comment 2 Jan Schmidt 2005-04-05 19:10:34 UTC
Is there a point to '{3, "3", "Skip everything"}'?

Sounds like a good idea otherwise.
Comment 3 Ronald Bultje 2005-04-05 19:58:45 UTC
Not really, apart from the fact that it's technically possible... :).
Comment 4 Ronald Bultje 2005-04-07 09:07:35 UTC
applied.