summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix regressions from using gstriff libraryDavid Schleef2003-08-133-92/+105
| | | | | Original commit message from CVS: Fix regressions from using gstriff library
* Remove riff code, since it's duplicated in the riff libraryDavid Schleef2003-08-135-220/+13
| | | | | Original commit message from CVS: Remove riff code, since it's duplicated in the riff library
* Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloadsAngel Carpintero2003-08-121-0/+2
| | | | | Original commit message from CVS: Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
* Update and Add some RFCsAngel Carpintero2003-08-111-4/+11
| | | | | Original commit message from CVS: Update and Add some RFCs
* Remove redundant definition of plugindirDavid Schleef2003-08-102-2/+0
| | | | | Original commit message from CVS: Remove redundant definition of plugindir
* Remove redundant plugindir definitionDavid Schleef2003-08-1036-37/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Define plugindirDavid Schleef2003-08-092-0/+3
| | | | | Original commit message from CVS: Define plugindir
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
| | | | | Original commit message from CVS: Enable MTU feature
* change FT_PIXEL_MODE_GRAY to ft_pixel_mode_graysDavid Schleef2003-08-061-1/+1
| | | | | Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
* Fix wrong mimetype, might cause #119272Ronald S. Bultje2003-08-061-1/+1
| | | | | Original commit message from CVS: Fix wrong mimetype, might cause #119272
* Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2003-08-043-3/+1
| | | | | | | the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
* Added some issues on TODOAngel Carpintero2003-07-311-0/+3
| | | | | Original commit message from CVS: Added some issues on TODO
* At end of stream, rewrite the header with the correct number of bytesIain Holmes2003-07-293-39/+80
| | | | | Original commit message from CVS: At end of stream, rewrite the header with the correct number of bytes
* fix installing into wrong dirDavid Schleef2003-07-291-1/+1
| | | | | Original commit message from CVS: fix installing into wrong dir