summaryrefslogtreecommitdiff
path: root/tools/gst-app-maker
Commit message (Collapse)AuthorAgeFilesLines
* gst-app-maker: fix program name and arguments in usage text and help textAntonio Ospite2020-06-171-3/+3
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/184>
* gstreamer: bad: Fix memory leaks when context parse failsVineeth TM2015-10-021-0/+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-app-maker/gst-element-maker: 1.0 updatesDavid Schleef2013-02-111-2/+3
|
* gst-app-maker: convert to 1.0David Schleef2013-02-071-2/+0
|
* replace some playbin2 -> playbinWim Taymans2012-10-101-1/+1
|
* Add gst-app-makerDavid Schleef2010-12-311-0/+545