summaryrefslogtreecommitdiff
path: root/tests/icles
AgeCommit message (Collapse)AuthorFilesLines
2017-02-27Update Edgard Lima's emailEdgard Lima2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=779230
2016-12-21Remove various unported pluginsSebastian Dröge14-1506/+0
If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
g_free() is NULL-safe
2015-06-21examples: move vp8 parser test to codecparser example directoryTim-Philipp Müller3-402/+1
2014-07-10tests/icles/dccp: Release reference to parentSebastian Rasmussen2-0/+2
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732977
2014-05-06tests: add new vp8parser-test binary to .gitignoreTim-Philipp Müller1-0/+1
2014-04-18tests: add standalone program for VP8 parser.Zhao, Halley2-1/+401
Add standalone test application that demonstrates how to use the new VP8 bitstream parsing library, while also allowing simple debugging/ tracing of IVF files. [clean-ups, updated to new parser API] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2013-02-11Add cog to cruft list and remove some more leftover filesTim-Philipp Müller1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller15-30/+30
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-14ffmpegcolorspace is no moreWim Taymans1-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-5/+5
2012-07-11tests: fix build of pitch-testTim-Philipp Müller1-2/+5
Does not sound like the same test in 0.10 though..
2012-01-31controller: adapt to control-source type changesStefan Sauer1-10/+9
2012-01-30controller: rename control-bindingsStefan Sauer1-1/+1
gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
2012-01-23controller: move from control-binding to control-binding-directStefan Sauer1-1/+2
2012-01-20controller: adapt to control binding changesStefan Sauer1-1/+1
2012-01-20controller: adapt to controller api changesStefan Sauer1-1/+2
Don't use the convenience api for control sources.
2011-12-31controller: port to API changesStefan Sauer1-24/+7
2011-12-19controller: port to new interpolation-mode apiStefan Sauer1-2/+1
2011-12-19controller: port to new controller apiStefan Sauer1-1/+2
2011-11-04controller: port to new controller location and apiStefan Sauer1-2/+0
2011-02-16icles: Completely remove equalizer-test from -bad, it's in -good nowSebastian Dröge2-296/+1
2011-02-16equalizer-test: Initialize debug category after gst_init() to fix segfaultSebastian Dröge1-2/+2
2010-12-31selector: move input-selector and output-selector to coreTim-Philipp Müller3-181/+1
https://bugzilla.gnome.org/show_bug.cgi?id=614306
2010-12-08output-selector-test: don't hardcode videosinks and use more colorspace conv.Stefan Kost1-14/+32
Use autovideosink instead of hardcoded sinks. Use an additional colorspace converter between videotestsrc and timeoverlay.
2010-09-21pitch-test: Don't use deprecated GstController APISebastian Dröge1-3/+19
2010-09-15metadata: remove metadata pluginStefan Kost1-16/+12
This plugins functionality is replaced by utility libraries in base for exif and xmp. Jpeg images can use this via jpegformat plugin. Fixes #486659
2010-07-22examples: Use cairo instead of gdk_draw_* APISebastian Dröge1-13/+18
Fixes bug #625003.
2010-06-27tests: Fix build with GTK+ < 2.17.7Sebastian Dröge1-0/+8
gtk_widget_get_allocation() was added in that version.
2010-06-27tests: Don't use deprecated GTK API to fix the build with GTK+ 3.0Sebastian Dröge1-4/+8
2010-06-02cog: remove old testsDavid Schleef1-18/+1
2010-05-11Remove oss4 pluginTim-Philipp Müller3-267/+1
It has been moved to gst-plugins-good. See #614305.
2010-03-22Add -Wold-style-definitionBenjamin Otte1-4/+5
and fix the warnings
2010-03-21tests: Add file I forgot to check inBenjamin Otte2-1/+104
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-3/+8
And fix all warnings
2010-03-09build: Make some more rules silent if requestedSebastian Dröge1-1/+1
2010-02-19.gitignore: ignore generated cog filesTim-Philipp Müller1-0/+2
2010-01-16examples: Fix build and signal connection for GtkBuilder stuffSebastian Dröge1-2/+2
2010-01-16icles: Link with GTK+Sebastian Dröge2-3/+3
2010-01-16tests: Port from libglade to GtkBuilderJavier Jardón3-164/+123
Fixes bug #601108.
2009-12-17tests: try to fix 'make dist' when cog is not installedTim-Philipp Müller1-2/+1
2009-11-20tests/icles: make cog test program depend on USE_COG. Fixes build without orc.Michael Smith1-0/+2
2009-11-20cog: Add orc test code for cogDavid Schleef1-0/+16
Also look for cog.orc source file in the right place.
2009-10-27Remove executable bits from non-executable files.Michael Smith1-0/+0
2009-08-21tests: fix test-oss4 to treat an empty device name the same as a NULL nameTim-Philipp Müller1-1/+2
2008-10-06configure.acStefan Kost1-1/+1
Original commit message from CVS: * configure.ac * ext/metadata/README: * ext/metadata/metadataexif.c: * ext/metadata/metadatatags.c: * ext/metadata/metadatatags.h: Start using core geo tags (bump req). Fix handling of location references. * tests/check/Makefile.am: Sort blacklisted elements and remove moved ones. Add new test. * tests/check/pipelines/metadata.c: Add first tests for metadata element. * tests/icles/metadata_editor.c: Move free to correct place.
2008-08-21Add dccp plugin. Fixes #542390.Leandro Melo de Sales14-0/+1504
Original commit message from CVS: patch by: Leandro Melo de Sales <leandroal@gmail.com> * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dccp.xml: * gst/dccp/Makefile.am: * gst/dccp/gstdccp.c: * gst/dccp/gstdccp.h: * gst/dccp/gstdccpclientsink.c: * gst/dccp/gstdccpclientsink.h: * gst/dccp/gstdccpclientsrc.c: * gst/dccp/gstdccpclientsrc.h: * gst/dccp/gstdccpplugin.c: * gst/dccp/gstdccpserversink.c: * gst/dccp/gstdccpserversink.h: * gst/dccp/gstdccpserversrc.c: * gst/dccp/gstdccpserversrc.h: * tests/icles/dccp/README: * tests/icles/dccp/call/README: * tests/icles/dccp/call/DCCPClient.c: * tests/icles/dccp/call/DCCPServer.c: * tests/icles/dccp/file/DCCPClientSaveFile.c: * tests/icles/dccp/file/DCCPServerSendFile.c: * tests/icles/dccp/mic/DCCPClientPlayMic.c: * tests/icles/dccp/mic/DCCPServerMic.c: * tests/icles/dccp/mp3/DCCPClientPlayMP3.c: * tests/icles/dccp/mp3/DCCPServerSendMP3.c: * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c: * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c: * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c: * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c: Add dccp plugin. Fixes #542390.
2008-06-19Use BOILERPLATE macro and update test to the latest api changes.Stefan Kost1-13/+19
Original commit message from CVS: * gst/selector/gstoutputselector.c: * tests/icles/output-selector-test.c: Use BOILERPLATE macro and update test to the latest api changes.
2008-06-12tests/icles/test-oss4.c: Include stdlib.h.Stefan Kost1-0/+1
Original commit message from CVS: * tests/icles/test-oss4.c: Include stdlib.h.
2008-05-22tests/icles/: Small oss4 test that probes for available devices and ↵Tim-Philipp Müller3-2/+263
retrieves their caps and mixer tracks and all tha... Original commit message from CVS: * tests/icles/.cvsignore: * tests/icles/Makefile.am: * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME), (show_mixer_messages), (probe_mixer_tracks), (probe_pad), (probe_details), (probe_element), (main): Small oss4 test that probes for available devices and retrieves their caps and mixer tracks and all that. Also allows testing of mixer change messages on the bus.