summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make ffmpeg erroring out work:Benjamin Otte2003-09-271-2/+3
| | | | | | | Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
* Add navigationDavid Schleef2003-09-271-0/+1
| | | | | Original commit message from CVS: Add navigation
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-267-11/+160
| | | | | | Original commit message from CVS: added second example with plotting fixed some aesthetics
* sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2003-09-252-2/+4
| | | | | Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
* Don't unref event when calling gst_pad_event_default() (#119155)David Schleef2003-09-251-2/+2
| | | | | Original commit message from CVS: Don't unref event when calling gst_pad_event_default() (#119155)
* make sure gtk apps are builtThomas Vander Stichele2003-09-211-0/+1
| | | | | Original commit message from CVS: make sure gtk apps are built
* build demo appThomas Vander Stichele2003-09-212-0/+139
| | | | | Original commit message from CVS: build demo app
* fix capsThomas Vander Stichele2003-09-211-48/+47
| | | | | Original commit message from CVS: fix caps
* remove debugging printsThomas Vander Stichele2003-09-212-9/+13
| | | | | Original commit message from CVS: remove debugging prints
* reworked level plugin. It now does RMS, peak, and decay peak signaling per ↵Thomas Vander Stichele2003-09-216-109/+317
| | | | | | | | interleaved channel. Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
* port #121143 to HEAD (flac file detection)Jeremy Simon2003-09-201-3/+23
| | | | | Original commit message from CVS: port #121143 to HEAD (flac file detection)
* Fix problem transitioning to PLAYING. (#122481)David Schleef2003-09-191-1/+0
| | | | | Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)
* add cvsignore so we don't have to look at generated gst-launch-ext fileChristian Schaller2003-09-191-0/+1
| | | | | Original commit message from CVS: add cvsignore so we don't have to look at generated gst-launch-ext file
* add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller2003-09-192-7/+11
| | | | | Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
* Add gst-launch-ext.in to extra distChristian Schaller2003-09-181-1/+1
| | | | | Original commit message from CVS: Add gst-launch-ext.in to extra dist
* remove this fileChristian Schaller2003-09-181-161/+0
| | | | | Original commit message from CVS: remove this file
* version gst-launch command in gst-launch-extChristian Schaller2003-09-182-0/+162
| | | | | Original commit message from CVS: version gst-launch command in gst-launch-ext
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-1624-124/+57
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-1510-20/+45
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-154-25/+43
| | | | | Original commit message from CVS: converted gst_element_error to new format in sys/oss - gettext pending
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-1510-12/+36
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* add COPYING.LIBChristian Schaller2003-09-141-1/+1
| | | | | Original commit message from CVS: add COPYING.LIB
* exerting executive privilegeDavid Schleef2003-09-141-26/+0
| | | | | Original commit message from CVS: exerting executive privilege
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
| | | | | Original commit message from CVS: Change some g_prints to GST_DEBUG
* change caps in template to GST_CAPS_ANYDavid Schleef2003-09-141-2/+2
| | | | | Original commit message from CVS: change caps in template to GST_CAPS_ANY
* Change default program suffix to -0.7David Schleef2003-09-131-0/+4
| | | | | Original commit message from CVS: Change default program suffix to -0.7
* Make interface hack work with multiple interfaces per elementRonald S. Bultje2003-09-131-2/+6
| | | | | Original commit message from CVS: Make interface hack work with multiple interfaces per element
* Copyright fix (code=mine)Ronald S. Bultje2003-09-132-6/+4
| | | | | Original commit message from CVS: Copyright fix (code=mine)
* Fix missing symbolRonald S. Bultje2003-09-131-1/+1
| | | | | Original commit message from CVS: Fix missing symbol
* fix v4l elements as they have been merged into just 2Christian Schaller2003-09-131-6/+2
| | | | | Original commit message from CVS: fix v4l elements as they have been merged into just 2
* fix typo (not mine, ronalds ;)Christian Schaller2003-09-131-1/+0
| | | | | Original commit message from CVS: fix typo (not mine, ronalds ;)
* disting fix, ronald remember to make sure all new files get disted :)Christian Schaller2003-09-131-6/+7
| | | | | Original commit message from CVS: disting fix, ronald remember to make sure all new files get disted :)
* typosRonald S. Bultje2003-09-131-1/+2
| | | | | Original commit message from CVS: typos
* latest fixes to get everything disting and building like a charmChristian Schaller2003-09-132-1/+4
| | | | | Original commit message from CVS: latest fixes to get everything disting and building like a charm
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-136-35/+66
| | | | | Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
* Interface implementation example: OSS mixer. Also osscommon->osselement so ↵Ronald S. Bultje2003-09-1310-173/+1249
| | | | | | | it can be loaded without being a source/si... Original commit message from CVS: Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/sink (for a stand-alone mixer)
* Interface example: a mixerRonald S. Bultje2003-09-131-0/+1
| | | | | Original commit message from CVS: Interface example: a mixer
* Check for seekability and use gst_pad_push() instead of gst_pad_send_event()Ronald S. Bultje2003-09-121-24/+44
| | | | | Original commit message from CVS: Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
| | | | | Original commit message from CVS: Clarify DV type 1/2 difference
* Remove all locally-defined optimization flagsDavid Schleef2003-09-117-36/+6
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* add cvsignoresChristian Schaller2003-09-112-0/+5
| | | | | Original commit message from CVS: add cvsignores
* misc minor build and rpm fixesChristian Schaller2003-09-111-52/+52
| | | | | Original commit message from CVS: misc minor build and rpm fixes
* get last fix correct.David Schleef2003-08-301-1/+1
| | | | | Original commit message from CVS: get last fix correct.
* rewrite state machine in _loop() function to handle buffer durationsDavid Schleef2003-08-262-29/+80
| | | | | Original commit message from CVS: rewrite state machine in _loop() function to handle buffer durations
* Migrate caps to new system. Change to using a simple convolution to create ↵David Schleef2003-08-261-6/+6
| | | | | | | | outline. Original commit message from CVS: Migrate caps to new system. Change to using a simple convolution to create outline.
* compilation problems on FreeBSD.Andrew Turner2003-08-211-0/+4
| | | | | | Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
* Add setsockopt SO_REUSEADDRAngel Carpintero2003-08-201-0/+6
| | | | | Original commit message from CVS: Add setsockopt SO_REUSEADDR
* needed fixes to enable building of RPMS of gst-pluginsChristian Schaller2003-08-191-1/+10
| | | | | Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
* Handle libtoolize with alternate namesDavid Schleef2003-08-172-2/+2
| | | | | Original commit message from CVS: Handle libtoolize with alternate names
* fix GstElementDetails nameAngel Carpintero2003-08-132-4/+4
| | | | | Original commit message from CVS: fix GstElementDetails name