gstreamer/gst/inter
Vineeth TM 8c9ca808af gstreamer: bad: 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=753854
2015-10-02 17:24:35 +03:00
..
.gitignore inter: add ignore file for intermediate files 2011-07-08 00:11:37 -07:00
gstinter.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstinteraudiosink.c interaudiosink: Make sure that buffer time is always bigger than period time 2015-01-15 13:13:51 +01:00
gstinteraudiosink.h interaudiosink: Make sure to store at least period-time samples at once in the adapter 2014-11-12 18:10:45 +01:00
gstinteraudiosrc.c Improve and fix LATENCY query handling 2015-02-11 14:16:21 +01:00
gstinteraudiosrc.h interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintersubsink.c inter: Use a #define for the default value of the channel property 2015-01-13 17:01:14 +01:00
gstintersubsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstintersubsrc.c inter: Use a #define for the default value of the channel property 2015-01-13 17:01:14 +01:00
gstintersubsrc.h intersubsrc: basesrc is already creating a pad for us, no need to do it twice 2014-06-29 22:20:51 +02:00
gstintersurface.c interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintersurface.h interaudio: Make buffer size and latency handling more explicit and add properties for them 2014-11-04 14:56:55 +01:00
gstintertest.c gstreamer: bad: Fix memory leaks when context parse fails 2015-10-02 17:24:35 +03:00
gstintervideosink.c intervideosink: render preroll frames as well 2015-09-16 17:20:52 +01:00
gstintervideosink.h intervideosink: render preroll frames as well 2015-09-16 17:20:52 +01:00
gstintervideosrc.c intervideosrc: Fix GAP flag setting on non-black frames 2015-01-23 12:47:03 +05:30
gstintervideosrc.h intervideosrc: Make the timeout configurable after which we start showing a black frame 2015-01-13 17:01:14 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00