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 722394 - v4l2: set GST_BUFFER_FLAG_DELTA_UNIT when appropriate
v4l2: set GST_BUFFER_FLAG_DELTA_UNIT when appropriate
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-17 07:01 UTC by Michael Olbrich
Modified: 2014-01-17 23:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.15 KB, patch)
2014-01-17 07:01 UTC, Michael Olbrich
none Details | Review
patch (1.09 KB, patch)
2014-01-17 07:09 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2014-01-17 07:01:04 UTC
Created attachment 266525 [details] [review]
patch

v4l2 as V4L2_BUF_FLAG_KEYFRAME which has exactly the oposite definition of
GST_BUFFER_FLAG_DELTA_UNIT, so we can use it set mark delta units.
Comment 1 Michael Olbrich 2014-01-17 07:09:48 UTC
Created attachment 266526 [details] [review]
patch

Same as before but without "Signed-off-by:"
Comment 2 Nicolas Dufresne (ndufresne) 2014-01-17 15:06:43 UTC
Thanks.

commit 3978f6ae6c97e0ae77c4d44c9108f20afcfdb395
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Thu Sep 12 16:56:56 2013 +0200

    v4l2: set GST_BUFFER_FLAG_DELTA_UNIT when appropriate
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722394