summaryrefslogtreecommitdiff
path: root/gst/inter/gstintertest.c
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer: bad: Fix memory leaks when context parse failsVineeth TM2015-10-021-3/+7
| | | | | | | | | | 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
* gst: remove some unnecessary glib version checksTim-Philipp Müller2015-04-281-5/+0
| | | | | We require 2.32, no need to check for anything older than that.
* inter: Unref bus after usageSebastian Rasmussen2014-08-111-0/+5
| | | | | | | gst_pipeline_get_bus() returns a reference to a bus that needs to be unreferenced after usage. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734525
* inter: remove dead codeVincent Penquerc'h2014-04-091-7/+0
| | | | Coverity 1139666
* inter: don't use deprecated GLib threading APITim-Philipp Müller2013-02-111-1/+0
|
* inter: fix leaks in testTim Ansell2013-02-071-2/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693300
* replace some playbin2 -> playbinWim Taymans2012-10-101-1/+1
|
* inter: Port to 1.0 APIOlivier Crête2012-09-131-2/+1
| | | | Also remove a lot of empty, non-implemented methods
* inter: Add channel propertyDavid Schleef2012-03-171-7/+7
| | | | | | | The channel property allows multiple intersrc/sink pairs to find each other. It's a free-form text string that must match among various inter elements. Also fixed up documentation and latency handling.
* plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+3
|
* inter: new intermediate surface pluginDavid Schleef2011-07-041-0/+502
This set of elements allows easily rendering audio and video to an intermediate surface that is then used as a source in a different pipeline.