summaryrefslogtreecommitdiff
path: root/tests/examples/app
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Remove autotools build systemTim-Philipp Müller2-44/+0
2017-08-07examples: fix memory leaks in appsrc and appsrc2 examplesSatya Prakash Gupta2-0/+10
2016-08-30meson: build examplesTim-Philipp Müller1-0/+17
2015-04-07tests: remove unused filename string from appsink-src2Luis de Bethencourt1-2/+0
2015-04-07tests: check file exists before running appsink-srcLuis de Bethencourt1-0/+5
2015-04-07tests: add missing license headers for example appsLuis de Bethencourt3-0/+65
2014-10-26examples: add new appsink example to .gitignoreTim-Philipp Müller1-0/+1
2014-09-12appsrc: Add example that shows gst_app_src_push_sample() usageNicola Murino2-1/+183
2014-08-06tests: Add missing unrefs of objects after useSebastian Rasmussen1-1/+6
2012-11-03Fix FSF addressTim-Philipp Müller4-8/+8
2012-10-09docs: playbin2 -> playbinWim Taymans4-12/+12
2012-10-09tests: fix audio capsWim Taymans1-1/+2
2012-09-14fix for appsink GstFlowReturnWim Taymans1-2/+2
2012-09-14fix capsWim Taymans1-2/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-30update for buffer api changeWim Taymans4-12/+12
2012-02-22update for new memory apiWim Taymans4-4/+4
2012-01-25port to new map APIWim Taymans1-5/+5
2011-12-01Use the new GstSample for snapshotsWim Taymans2-20/+16
2011-06-13-base: update for buffer API changeWim Taymans4-4/+4
2011-05-09-base: don't use buffer capsWim Taymans1-4/+0
2011-03-28tests: work on porting the unit testsWim Taymans6-13/+18
2011-02-28tests: fix some tests now that appbuffer is goneWim Taymans2-16/+5
2010-12-04tests: use GLib 2.22 API unconditionallyTim-Philipp Müller4-20/+0
2010-10-10examples: g_mapped_file_unref exists already since GLib 2.21.3Vincent Penquerc'h4-4/+4
2010-09-28Fixing MakefilesThiago Santos1-5/+5
2010-04-14build: use LDADD instead of LDFLAGS to specify libs to link to when building ...Tim-Philipp Müller1-6/+6
2010-03-19build: Makefile.am fixesTim-Philipp Müller1-8/+8
2009-12-21tests: don't use deprecated GLib API g_mapped_file_freeTim-Philipp Müller4-4/+24
2009-10-24examples: fix linking order.Edward Hervey1-4/+4
2009-03-24examples: use new method to set flagsWim Taymans2-2/+3
2009-03-16examples: fix g_object_set() value type.Wim Taymans4-4/+4
2009-01-06tests/examples/app/appsrc_ex.c: Some comments.Wim Taymans1-1/+7
2009-01-05Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421Jan Schmidt1-6/+6
2008-12-15examples/app/: Fix example to unref after emiting the push-buffer action.Wim Taymans4-0/+4
2008-06-19examples/app/appsink-src.c: Don't use a buffer after unreffing it.Wim Taymans1-3/+5
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost4-4/+4
2008-06-12examples/app/: Add beefed up example app from bug #413418. It now also uses a...Wim Taymans3-1/+199
2008-06-12examples/app/.cvsignore: Ignore more.Stefan Kost1-0/+3
2008-06-06examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans4-1/+682
2008-06-06examples/app/appsrc-stream.c: Use deep-notify until we can depend on a playbi...Wim Taymans1-4/+4
2008-06-05examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans4-2/+256
2007-09-20examples/app/appsrc_ex.c: Fix compilation after changing the name of a method.Wim Taymans1-1/+1
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-0/+1
2007-03-12examples/app/.cvsignore: The buildbot demands .cvsignore files, and I comply.Jan Schmidt1-0/+1
2007-03-11Add appsrc/appsink example.David Schleef2-0/+95