summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+1
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* Added example indexing program for mpegWim Taymans2002-11-272-0/+108
| | | | | Original commit message from CVS: Added example indexing program for mpeg
* Small cleanupsWim Taymans2002-11-271-8/+9
| | | | | Original commit message from CVS: Small cleanups
* update to new structureThomas Vander Stichele2002-11-101-15/+18
| | | | | Original commit message from CVS: update to new structure
* separating tags and metadataThomas Vander Stichele2002-11-091-2/+11
| | | | | Original commit message from CVS: separating tags and metadata
* Added vorbis stream info extraction exampleWim Taymans2002-11-022-2/+314
| | | | | Original commit message from CVS: Added vorbis stream info extraction example
* use AM_CFLAGS instead of CFLAGSDavid I. Lehn2002-11-022-2/+2
| | | | | Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
* - Show how to do stream position feedbackWim Taymans2002-11-011-15/+68
| | | | | | Original commit message from CVS: - Show how to do stream position feedback - Show how to do some more seeking
* Added little test apps for cdplayer and cdparanoiaWim Taymans2002-10-313-1/+479
| | | | | Original commit message from CVS: Added little test apps for cdplayer and cdparanoia
* Add an example that shows transcoding stats for mpeg audio to vorbisWim Taymans2002-10-202-0/+109
| | | | | Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis
* const fixesWim Taymans2002-09-121-1/+1
| | | | | Original commit message from CVS: const fixes
* fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele2002-08-172-3/+9
| | | | | | Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
* add #include <stdlib.h> where neededSteve Baker2002-08-112-0/+2
| | | | | Original commit message from CVS: add #include <stdlib.h> where needed
* Some small updatesWim Taymans2002-07-241-16/+69
| | | | | Original commit message from CVS: Some small updates
* merge from release branchThomas Vander Stichele2002-07-091-1/+6
| | | | | Original commit message from CVS: merge from release branch
* Various updates to the new event APIWim Taymans2002-07-082-10/+29
| | | | | Original commit message from CVS: Various updates to the new event API
* Add DV seeking exampleWim Taymans2002-06-163-3/+42
| | | | | Original commit message from CVS: Add DV seeking example
* use _or_warn to notify when failing to create elements adding code for ↵Thomas Vander Stichele2002-06-131-47/+46
| | | | | | | | | colorspace without activating it use _many fun... Original commit message from CVS: use _or_warn to notify when failing to create elements adding code for colorspace without activating it use _many functions for mpeg
* Added modWim Taymans2002-06-121-1/+1
| | | | | Original commit message from CVS: Added mod
* working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2002-06-121-1/+1
| | | | | | Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
* Some cleanups, add modplug seeking example.Wim Taymans2002-06-112-111/+178
| | | | | Original commit message from CVS: Some cleanups, add modplug seeking example.
* Added -t option to run the toplevel pipeline as a threadWim Taymans2002-06-091-8/+21
| | | | | Original commit message from CVS: Added -t option to run the toplevel pipeline as a thread
* Add queues to spider report current time as taken from the clockWim Taymans2002-06-091-10/+22
| | | | | | Original commit message from CVS: Add queues to spider report current time as taken from the clock
* Added wav test to seek.cWim Taymans2002-06-083-1/+371
| | | | | | Original commit message from CVS: Added wav test to seek.c Added an example of element query/seek using spider
* better latency for default audio sinkAndy Wingo2002-06-071-1/+1
| | | | | Original commit message from CVS: better latency for default audio sink
* this does wingo's stuffThomas Vander Stichele2002-06-071-4/+7
| | | | | Original commit message from CVS: this does wingo's stuff
* adding dynparams filter example codeThomas Vander Stichele2002-06-073-4/+535
| | | | | Original commit message from CVS: adding dynparams filter example code
* Seek on the queue in mp3, added flac seeking testWim Taymans2002-06-061-46/+187
| | | | | Original commit message from CVS: Seek on the queue in mp3, added flac seeking test
* Fix the compile errorWim Taymans2002-06-031-4/+4
| | | | | Original commit message from CVS: Fix the compile error
* addThomas Vander Stichele2002-06-031-2/+2
| | | | | Original commit message from CVS: add
* fixing *wtay*'s codeThomas Vander Stichele2002-06-021-12/+12
| | | | | Original commit message from CVS: fixing *wtay*'s code
* moving stuffThomas Vander Stichele2002-05-282-0/+538
| | | | | Original commit message from CVS: moving stuff
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-6/+6
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* - added gob example pluginBastien Nocera2002-01-202-0/+162
| | | | | Original commit message from CVS: - added gob example plugin
* hrmAndy Wingo2002-01-071-0/+5
| | | | | Original commit message from CVS: hrm
* Added a check for sidplayWim Taymans2002-01-062-0/+96
Original commit message from CVS: Added a check for sidplay Added a capsfilter example