summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21examples/gstplay/player.c: using g_print instead of g_message.Julien Moutte1-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)
2003-12-21configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X ↵Julien Moutte1-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.
2003-12-19superfluous space segregationMOVE-TO-FDOThomas Vander Stichele1-6/+6
Original commit message from CVS: superfluous space segregation
2003-12-16Adding tag dumping support.Julien Moutte1-1/+36
Original commit message from CVS: Adding tag dumping support.
2003-12-14build fixThomas Vander Stichele1-2/+1
Original commit message from CVS: build fix
2003-12-14Fixing makefile. Smarter seekJulien Moutte2-1/+6
Original commit message from CVS: Fixing makefile. Smarter seek
2003-12-14Adding a test app for libgstplay. It is a command line player.Julien Moutte3-2/+128
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
2003-12-02change _connect to _linkDavid Schleef1-5/+5
Original commit message from CVS: change _connect to _link
2003-11-02Add static version of removed gsT_element_factory_make_or_warn()Ronald S. Bultje1-0/+13
Original commit message from CVS: Add static version of removed gsT_element_factory_make_or_warn()
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-29fix installing into wrong dirDavid Schleef1-1/+1
Original commit message from CVS: fix installing into wrong dir
2003-07-26fix initializationDavid Schleef2-2/+2
Original commit message from CVS: fix initialization
2003-07-26Nothing in this directory actually uses FreetypeDavid Schleef1-1/+1
Original commit message from CVS: Nothing in this directory actually uses Freetype
2003-07-25Compilation fixes for 64-bit architecturesDavid Schleef1-3/+3
Original commit message from CVS: Compilation fixes for 64-bit architectures
2003-05-24- removed UNITSWim Taymans1-2/+1
Original commit message from CVS: - removed UNITS
2003-05-24removed UNITSWim Taymans2-2/+0
Original commit message from CVS: removed UNITS
2003-04-16Fix compilation errorsDavid Schleef1-3/+3
Original commit message from CVS: Fix compilation errors
2003-03-24fix compile errorBenjamin Otte1-1/+1
Original commit message from CVS: fix compile error
2003-02-02- CleanupsWim Taymans5-42/+59
Original commit message from CVS: - Cleanups - remove old tracing API calls
2003-01-20Indexing patch from vishnuWim Taymans1-0/+4
Original commit message from CVS: Indexing patch from vishnu
2003-01-18paranoidThomas Vander Stichele1-0/+1
Original commit message from CVS: paranoid
2003-01-12- connect->linkWim Taymans1-27/+48
Original commit message from CVS: - connect->link - add total indexed time (vishnu)
2003-01-10more link fixesThomas Vander Stichele1-7/+7
Original commit message from CVS: more link fixes
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele5-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
2003-01-02ignore generated fileDavid I. Lehn1-0/+1
Original commit message from CVS: ignore generated file
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn2-0/+7
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans7-39/+31
Original commit message from CVS: Fix plugins for new query API
2002-12-26Updated test appWim Taymans2-15/+29
Original commit message from CVS: Updated test app
2002-12-23Updated mpeg seeking exampleWim Taymans1-22/+114
Original commit message from CVS: Updated mpeg seeking example
2002-12-12cache -> indexWim Taymans1-20/+119
Original commit message from CVS: cache -> index
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-11-28fix some disting and rpm building issuesChristian Schaller1-1/+1
Original commit message from CVS: fix some disting and rpm building issues
2002-11-27Added example indexing program for mpegWim Taymans2-0/+108
Original commit message from CVS: Added example indexing program for mpeg
2002-11-27Small cleanupsWim Taymans1-8/+9
Original commit message from CVS: Small cleanups
2002-11-10update to new structureThomas Vander Stichele1-15/+18
Original commit message from CVS: update to new structure
2002-11-09separating tags and metadataThomas Vander Stichele1-2/+11
Original commit message from CVS: separating tags and metadata
2002-11-02Added vorbis stream info extraction exampleWim Taymans2-2/+314
Original commit message from CVS: Added vorbis stream info extraction example
2002-11-02use AM_CFLAGS instead of CFLAGSDavid I. Lehn2-2/+2
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
2002-11-01- Show how to do stream position feedbackWim Taymans1-15/+68
Original commit message from CVS: - Show how to do stream position feedback - Show how to do some more seeking
2002-10-31Added little test apps for cdplayer and cdparanoiaWim Taymans3-1/+479
Original commit message from CVS: Added little test apps for cdplayer and cdparanoia
2002-10-20Add an example that shows transcoding stats for mpeg audio to vorbisWim Taymans2-0/+109
Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis
2002-09-12const fixesWim Taymans1-1/+1
Original commit message from CVS: const fixes
2002-08-17fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele2-3/+9
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-11add #include <stdlib.h> where neededSteve Baker2-0/+2
Original commit message from CVS: add #include <stdlib.h> where needed
2002-07-24Some small updatesWim Taymans1-16/+69
Original commit message from CVS: Some small updates
2002-07-09merge from release branchThomas Vander Stichele1-1/+6
Original commit message from CVS: merge from release branch
2002-07-08Various updates to the new event APIWim Taymans2-10/+29
Original commit message from CVS: Various updates to the new event API
2002-06-16Add DV seeking exampleWim Taymans3-3/+42
Original commit message from CVS: Add DV seeking example
2002-06-13use _or_warn to notify when failing to create elements adding code for ↵Thomas Vander Stichele1-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
2002-06-12Added modWim Taymans1-1/+1
Original commit message from CVS: Added mod