| Commit message (Expand) | Author | Age | Files | Lines |
* | examples/stats/mp2ogg.c: more typo fixes | Stefan Kost | 2005-10-13 | 1 | -1/+1 |
* | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 2005-10-12 | 1 | -1/+1 |
* | All plugins updated for element state changes. | Andy Wingo | 2005-09-02 | 2 | -2/+3 |
* | remove seeking example, they're in gst-plugins-base | Thomas Vander Stichele | 2005-08-16 | 9 | -2262/+1 |
* | removed from HEAD | Thomas Vander Stichele | 2005-08-13 | 1 | -379/+0 |
* | delete obsolete example | Stefan Kost | 2005-08-02 | 3 | -530/+0 |
* | examples/level/: Examples moved out of the source dir. Not updated tho. | Andy Wingo | 2005-07-04 | 5 | -2/+330 |
* | configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ... | David Schleef | 2005-02-02 | 7 | -34/+49 |
* | Remove all references to xvideosink, fix examples (#140845). | Ronald S. Bultje | 2005-01-09 | 2 | -16/+14 |
* | examples/gstplay/player.c: Don't iterate. | Ronald S. Bultje | 2005-01-05 | 2 | -10/+32 |
* | examples/: | David Schleef | 2004-10-26 | 4 | -7/+7 |
* | examples/seeking/: Added some more examples, update others. | Wim Taymans | 2004-10-25 | 4 | -3/+376 |
* | Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102... | David Schleef | 2004-09-12 | 7 | -41/+50 |
* | fixes for G_DISABLE_ASSERT and friends | Benjamin Otte | 2004-08-03 | 2 | -3/+5 |
* | More playback updates, attempt to fix things after the state change breakage. | Wim Taymans | 2004-07-22 | 1 | -4/+13 |
* | Make sure the widget gets updated even if the slider value doesn't change. | Wim Taymans | 2004-07-16 | 1 | -2/+5 |
* | Make Johan happy. | Wim Taymans | 2004-07-12 | 1 | -0/+1 |
* | examples/seeking/seek.c: Don't consume all CPU in the idle loop. | Wim Taymans | 2004-07-09 | 1 | -0/+1 |
* | examples/seeking/seek.c: Added playbin seeking example. | Wim Taymans | 2004-07-08 | 1 | -44/+146 |
* | configure.ac: Add sunaudio | David Schleef | 2004-05-19 | 1 | -1/+7 |
* | make player example use gconf | Thomas Vander Stichele | 2004-04-13 | 2 | -4/+12 |
* | return proper values for state change failures | Thomas Vander Stichele | 2004-03-29 | 1 | -6/+13 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 10 | -143/+149 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 11 | -638/+615 |
* | examples/gstplay/player.c: Initialize variables to NULL. Prevents a segfault ... | Ronald S. Bultje | 2004-03-05 | 1 | -1/+1 |
* | add error handler fix mixmatrix plugin filename | Thomas Vander Stichele | 2004-03-01 | 1 | -1/+3 |
* | Spelling fix | Johan Dahlin | 2004-02-16 | 1 | -1/+1 |
* | examples/gstplay/player.c: Adding some output for debugging. | Julien Moutte | 2004-02-15 | 1 | -2/+5 |
* | examples/switch/.cvsignore: Ignore generated file. | David I. Lehn | 2004-02-03 | 1 | -0/+1 |
* | add error handling | Thomas Vander Stichele | 2004-01-31 | 1 | -1/+8 |
* | examples/gstplay/player.c: s/gstplay.h/play.h/ | David I. Lehn | 2004-01-31 | 1 | -1/+1 |
* | add cvsignore file | Benjamin Otte | 2004-01-25 | 1 | -0/+1 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -1/+1 |
* | configure.ac: Adding examples/switch/Makefile | Julien Moutte | 2004-01-11 | 3 | -2/+116 |
* | examples/gstplay/Makefile.am: Adding the interface library. | Julien Moutte | 2004-01-07 | 1 | -1/+2 |
* | examples/gstplay/player.c: Adding some new lines in g_print calls. | Julien Moutte | 2004-01-07 | 1 | -3/+3 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -62/+11 |
* | examples/gstplay/player.c: using g_print instead of g_message. | Julien Moutte | 2003-12-21 | 1 | -3/+4 |
* | configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d... | Julien Moutte | 2003-12-21 | 1 | -0/+2 |
* | superfluous space segregation | Thomas Vander Stichele | 2003-12-19 | 1 | -6/+6 |
* | Adding tag dumping support. | Julien Moutte | 2003-12-16 | 1 | -1/+36 |
* | build fix | Thomas Vander Stichele | 2003-12-14 | 1 | -2/+1 |
* | Fixing makefile. Smarter seek | Julien Moutte | 2003-12-14 | 2 | -1/+6 |
* | Adding a test app for libgstplay. It is a command line player. | Julien Moutte | 2003-12-14 | 3 | -2/+128 |
* | change _connect to _link | David Schleef | 2003-12-02 | 1 | -5/+5 |
* | Add static version of removed gsT_element_factory_make_or_warn() | Ronald S. Bultje | 2003-11-02 | 1 | -0/+13 |
* | Remove redundant plugindir definition | David Schleef | 2003-08-10 | 1 | -2/+0 |
* | fix installing into wrong dir | David Schleef | 2003-07-29 | 1 | -1/+1 |
* | fix initialization | David Schleef | 2003-07-26 | 2 | -2/+2 |
* | Nothing in this directory actually uses Freetype | David Schleef | 2003-07-26 | 1 | -1/+1 |