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 678652 - videoutils: Use g_list_free_full instead of g_list_foreach and g_list_free
videoutils: Use g_list_free_full instead of g_list_foreach and g_list_free
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-22 21:03 UTC by sreerenj
Modified: 2012-06-25 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoutils: Use g_list_free_full instead of g_list_foreach and g_list_free. (998 bytes, patch)
2012-06-22 21:03 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-06-22 21:03:26 UTC
Created attachment 217049 [details] [review]
videoutils: Use g_list_free_full instead of g_list_foreach  and g_list_free.

Minor clean-up based on the patch c977aa2c019d5ed0df40017944429a0f70315be4 in gstvideodecoder.c

videoutils: Use g_list_free_full instead of g_list_foreach  and g_list_free.
Comment 1 Sebastian Dröge (slomo) 2012-06-25 09:39:40 UTC
commit a44058c12e8342dbfd04d70d646878baaa850f08
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Fri Jun 22 11:51:04 2012 +0300

    videoutils: Use g_list_free_full instead of g_list_foreach and g_list_free