summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge CAPS branchDavid Schleef2003-12-221-62/+11
| | | | | Original commit message from CVS: Merge CAPS branch
* examples/gstplay/player.c: using g_print instead of g_message.Julien Moutte2003-12-211-3/+4
| | | | | | | | | Original commit message from CVS: * examples/gstplay/player.c: (got_time_tick), (got_stream_length), (got_video_size), (main): using g_print instead of g_message. * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS signal which was not emitted because of "switch" element added to the bin but not connected. (Removing from the bin temporarily)
* configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X ↵Julien Moutte2003-12-211-0/+2
| | | | | | | | | | | | | | | | development files. I don't understand the... Original commit message from CVS: * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X development files. I don't understand the previous tests and they fail on my debian/ppc unstable. This one works. * examples/gstplay/player.c: (main): Set the pipeline to READY before exiting. * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback), (gst_play_set_video_sink), (gst_play_set_audio_sink), (gst_play_set_visualization): Add some safety checks in set_ methods and state_change. This was throwing some ugly CRITICAL messages when pipeline was getting disposed and casts were failing.
* superfluous space segregationThomas Vander Stichele2003-12-191-6/+6
| | | | | Original commit message from CVS: superfluous space segregation
* Adding tag dumping support.Julien Moutte2003-12-161-1/+36
| | | | | Original commit message from CVS: Adding tag dumping support.
* build fixThomas Vander Stichele2003-12-141-2/+1
| | | | | Original commit message from CVS: build fix
* Fixing makefile. Smarter seekJulien Moutte2003-12-142-1/+6
| | | | | Original commit message from CVS: Fixing makefile. Smarter seek
* Adding a test app for libgstplay. It is a command line player.Julien Moutte2003-12-143-2/+128
| | | | | Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
* change _connect to _linkDavid Schleef2003-12-021-5/+5
| | | | | Original commit message from CVS: change _connect to _link
* Add static version of removed gsT_element_factory_make_or_warn()Ronald S. Bultje2003-11-021-0/+13
| | | | | Original commit message from CVS: Add static version of removed gsT_element_factory_make_or_warn()
* Remove redundant plugindir definitionDavid Schleef2003-08-101-2/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* fix installing into wrong dirDavid Schleef2003-07-291-1/+1
| | | | | Original commit message from CVS: fix installing into wrong dir
* fix initializationDavid Schleef2003-07-262-2/+2
| | | | | Original commit message from CVS: fix initialization
* Nothing in this directory actually uses FreetypeDavid Schleef2003-07-261-1/+1
| | | | | Original commit message from CVS: Nothing in this directory actually uses Freetype
* Compilation fixes for 64-bit architecturesDavid Schleef2003-07-251-3/+3
| | | | | Original commit message from CVS: Compilation fixes for 64-bit architectures
* - removed UNITSWim Taymans2003-05-241-2/+1
| | | | | Original commit message from CVS: - removed UNITS
* removed UNITSWim Taymans2003-05-242-2/+0
| | | | | Original commit message from CVS: removed UNITS
* Fix compilation errorsDavid Schleef2003-04-161-3/+3
| | | | | Original commit message from CVS: Fix compilation errors
* fix compile errorBenjamin Otte2003-03-241-1/+1
| | | | | Original commit message from CVS: fix compile error
* - CleanupsWim Taymans2003-02-025-42/+59
| | | | | | Original commit message from CVS: - Cleanups - remove old tracing API calls
* Indexing patch from vishnuWim Taymans2003-01-201-0/+4
| | | | | Original commit message from CVS: Indexing patch from vishnu
* paranoidThomas Vander Stichele2003-01-181-0/+1
| | | | | Original commit message from CVS: paranoid
* - connect->linkWim Taymans2003-01-121-27/+48
| | | | | | Original commit message from CVS: - connect->link - add total indexed time (vishnu)
* more link fixesThomas Vander Stichele2003-01-101-7/+7
| | | | | Original commit message from CVS: more link fixes
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-105-83/+81
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* ignore generated fileDavid I. Lehn2003-01-021-0/+1
| | | | | Original commit message from CVS: ignore generated file
* exciting .cvsignore updates!David I. Lehn2002-12-312-0/+7
| | | | | Original commit message from CVS: exciting .cvsignore updates!
* Fix plugins for new query APIWim Taymans2002-12-307-39/+31
| | | | | Original commit message from CVS: Fix plugins for new query API
* Updated test appWim Taymans2002-12-262-15/+29
| | | | | Original commit message from CVS: Updated test app
* Updated mpeg seeking exampleWim Taymans2002-12-231-22/+114
| | | | | Original commit message from CVS: Updated mpeg seeking example
* cache -> indexWim Taymans2002-12-121-20/+119
| | | | | Original commit message from CVS: cache -> index
* 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