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 578112 - x264enc: I-frame request
x264enc: I-frame request
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-06 08:18 UTC by Janin Kolenc
Modified: 2009-04-09 21:51 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Implements i-frame request (3.85 KB, patch)
2009-04-06 08:20 UTC, Janin Kolenc
committed Details | Review

Description Janin Kolenc 2009-04-06 08:18:37 UTC
Sometimes it is useful if the encoder is able to produce an i-frame on request (VFU). This is already implemented in ffmpegenc and theoraenc using a GstForceKeyUnit event.
Comment 1 Janin Kolenc 2009-04-06 08:20:24 UTC
Created attachment 132172 [details] [review]
Implements i-frame request

This patch enables support for I-frame request.
Comment 2 Wim Taymans 2009-04-09 21:51:54 UTC
commit dde471ab49c2b16e1847ceb604c2f677858b0694
Author: Janin Kolenc <janin.kolenc at marand.si>
Date:   Thu Apr 9 23:53:39 2009 +0200

    x264enc: add force keyframe event handling
    
    Use the GstForceKeyUnit event to force a keyframe.
    Fixes #578112.