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 308804 - ffmpeg encoders do not set the GST_BUFFER_DELTA_UNIT flag
ffmpeg encoders do not set the GST_BUFFER_DELTA_UNIT flag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.5
Other Linux
: Normal normal
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-23 17:59 UTC by Sebastien Cote
Modified: 2005-06-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (561 bytes, patch)
2005-06-23 18:01 UTC, Sebastien Cote
committed Details | Review

Description Sebastien Cote 2005-06-23 17:59:16 UTC
The ffmpeg encoders (gstffmpegenc.c) do not set the GST_BUFFER_DELTA_UNIT flags
on delta frames.
Comment 1 Sebastien Cote 2005-06-23 18:01:14 UTC
Created attachment 48222 [details] [review]
Proposed fix

This patch adds the GST_BUFFER_DELTA_UNIT flag on buffers containing delta
frames.
Comment 2 Luca Ognibene 2005-06-25 15:34:01 UTC
committed, thanks