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 697824 - videometa: gst_buffer_add_meta() can return NULL
videometa: gst_buffer_add_meta() can return NULL
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 1.0.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-11 17:39 UTC by Víctor Manuel Jáquez Leal
Modified: 2013-04-13 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videometa: gst_buffer_add_meta() can return NULL (1.86 KB, patch)
2013-04-11 17:39 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2013-04-11 17:39:54 UTC
This patch verifies the return value of gst_buffer_add_meta(). If it is NULL,
the function returns immediatly.
Comment 1 Víctor Manuel Jáquez Leal 2013-04-11 17:39:59 UTC
Created attachment 241285 [details] [review]
videometa: gst_buffer_add_meta() can return NULL
Comment 2 Tim-Philipp Müller 2013-04-11 23:01:34 UTC
commit 52d269b6b19e1eb46a8b41a13f58e4ffb6692097
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Thu Apr 11 13:25:51 2013 -0400

    videometa: gst_buffer_add_meta() can return NULL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697824