summaryrefslogtreecommitdiff
path: root/tests/examples/codecparsers
AgeCommit message (Collapse)AuthorFilesLines
2015-10-02gstreamer: bad: Fix memory leaks when context parse failsVineeth TM1-1/+3
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-06-21examples: move vp8 parser test to codecparser example directoryTim-Philipp Müller2-1/+403
2015-06-21examples: add small jpeg codecparser testTim-Philipp Müller2-0/+314
https://bugzilla.gnome.org/show_bug.cgi?id=673925