gstreamer/tests/examples
Vineeth TM 215cfcf993 gstreamer: Fix memory leaks when context parse fails
When g_option_context_parse fails, context and error variables are not getting free'd
which results in memory leaks. Free'ing the same.

And replacing g_error_free with g_clear_error, which checks if the error being passed
is not NULL and sets the variable to NULL on free'ing.

https://bugzilla.gnome.org/show_bug.cgi?id=753851
2015-10-02 17:31:11 +03:00
..
adapter gst: Change versioning 2012-04-04 14:28:55 +02:00
controller tests/examples: add a demo for the interpolation control source modes 2015-09-27 11:45:29 +02:00
helloworld examples: fix bus/fd leak in hello world example 2012-09-06 15:06:08 +01:00
manual tests: fix the manual tests by setting the right env-vars 2015-09-28 16:46:14 +02:00
memory Fix FSF address 2012-11-03 20:44:48 +00:00
netclock netclock: Add simple network clock server and client examples 2015-01-21 22:27:18 +11:00
ptp gstreamer: Fix memory leaks when context parse fails 2015-10-02 17:31:11 +03:00
stepping tests: fix for appsink return value addition 2012-09-14 13:34:24 +02:00
streamiddemux streamiddemux: Add streamiddemux element 2015-03-12 14:42:18 +00:00
streams example: fix FIXME in example 2013-01-28 13:05:44 +01:00
Makefile.am ptp: Initial implementation of a PTP clock 2015-06-03 13:55:28 +02:00