summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-1617-379/+269
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* Fixing gst_element_error callsJulien Moutte2003-09-1510-214/+278
| | | | | Original commit message from CVS: Fixing gst_element_error calls
* Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte2003-09-153-62/+93
| | | | | | | Original commit message from CVS: Changing have_xid to have_video_out to match the new GstVideoSink parent object. Adding have_vis_size. Fixing gst_play_connect_visualisation
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-155-21/+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 gst/ - gettext pendingBenjamin Otte2003-09-152-34/+56
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* add COPYING.LIBChristian Schaller2003-09-142-1/+482
| | | | | Original commit message from CVS: add COPYING.LIB
* exerting executive privilegeDavid Schleef2003-09-141-26/+0
| | | | | Original commit message from CVS: exerting executive privilege
* Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte2003-09-144-2/+578
| | | | | Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
| | | | | Original commit message from CVS: Change some g_prints to GST_DEBUG
* Add passthru. Remove height/width parameters. Fix caps negotiation to ↵David Schleef2003-09-142-47/+37
| | | | | | | | automatically work with ranges in the output. Original commit message from CVS: Add passthru. Remove height/width parameters. Fix caps negotiation to automatically work with ranges in the output.
* Fixes to make it pass media test. Remove frequency parameter, since it can ↵David Schleef2003-09-142-22/+107
| | | | | | | | be (and should be) set by caps negotiation. Original commit message from CVS: Fixes to make it pass media test. Remove frequency parameter, since it can be (and should be) set by caps negotiation.
* Change default program suffix to -0.7David Schleef2003-09-131-0/+4
| | | | | Original commit message from CVS: Change default program suffix to -0.7
* Typo fixRonald S. Bultje2003-09-132-2/+2
| | | | | Original commit message from CVS: Typo fix
* Copyright fix (code=mine)Ronald S. Bultje2003-09-134-12/+8
| | | | | Original commit message from CVS: Copyright fix (code=mine)
* 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
* typosRonald S. Bultje2003-09-132-1/+7
| | | | | Original commit message from CVS: typos
* latest fixes to get everything disting and building like a charmChristian Schaller2003-09-134-1/+8
| | | | | Original commit message from CVS: latest fixes to get everything disting and building like a charm
* Add missing \David Schleef2003-09-131-1/+1
| | | | | Original commit message from CVS: Add missing \
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-1310-69/+80
| | | | | Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
* Interface example: a mixerRonald S. Bultje2003-09-137-2/+496
| | | | | Original commit message from CVS: Interface example: a mixer
* build and disting fixesChristian Schaller2003-09-121-12/+6
| | | | | Original commit message from CVS: build and disting fixes
* Add GST_DURATION() support to ALSARonald S. Bultje2003-09-121-0/+1
| | | | | Original commit message from CVS: Add GST_DURATION() support to ALSA
* Remove all locally-defined optimization flagsDavid Schleef2003-09-118-48/+7
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* Add some stuff to disable bad asm codeDavid Schleef2003-09-111-16/+101
| | | | | Original commit message from CVS: Add some stuff to disable bad asm code
* Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef2003-09-111-0/+154
| | | | | | | Original commit message from CVS: Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
* Add unlink function to properly handle unreffing bufferpools.David Schleef2003-09-112-24/+29
| | | | | Original commit message from CVS: Add unlink function to properly handle unreffing bufferpools.
* add cvsignoresChristian Schaller2003-09-112-0/+4
| | | | | Original commit message from CVS: add cvsignores
* misc minor build and rpm fixesChristian Schaller2003-09-112-53/+52
| | | | | Original commit message from CVS: misc minor build and rpm fixes
* Escape filenames for display in error messages.Colin Walters2003-09-101-3/+15
| | | | | Original commit message from CVS: Escape filenames for display in error messages.
* clean up varargs macro definitionDavid Schleef2003-09-031-6/+8
| | | | | Original commit message from CVS: clean up varargs macro definition
* Remove vestigal code (#121174)David Schleef2003-09-031-11/+0
| | | | | Original commit message from CVS: Remove vestigal code (#121174)
* get last fix correct.David Schleef2003-08-301-1/+1
| | | | | Original commit message from CVS: get last fix correct.
* fix ambiguos message of error on read returnAngel Carpintero2003-08-291-1/+4
| | | | | Original commit message from CVS: fix ambiguos message of error on read return
* 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/+1
| | | | | | Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
* needed fixes to enable building of RPMS of gst-pluginsChristian Schaller2003-08-192-2/+13
| | | | | 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
* so bug cannot be closed yetRonald S. Bultje2003-08-133-2/+9
| | | | | Original commit message from CVS: Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
* dist fixThomas Vander Stichele2003-08-131-2/+0
| | | | | Original commit message from CVS: dist fix
* clean up code, fix typos in lst checkinDavid Schleef2003-08-132-11/+9
| | | | | Original commit message from CVS: clean up code, fix typos in lst checkin
* Move some code from wavparseDavid Schleef2003-08-132-0/+28
| | | | | Original commit message from CVS: Move some code from wavparse
* Set by default SO_REUSEADDR and SO_KEEPALIVE socket optionsAngel Carpintero2003-08-122-13/+13
| | | | | Original commit message from CVS: Set by default SO_REUSEADDR and SO_KEEPALIVE socket options
* Remove redundant definition of plugindirDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant definition of plugindir
* Remove redundant plugindir definitionDavid Schleef2003-08-1015-17/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Check Makefile.am's. Add a few more checks.David Schleef2003-08-092-0/+116
| | | | | Original commit message from CVS: Check Makefile.am's. Add a few more checks.
* Define plugindirDavid Schleef2003-08-091-0/+3
| | | | | Original commit message from CVS: Define plugindir
* Add a new parameter _socketop_ to allow use REUSEADDR and KEEPALIVE socket ↵Angel Carpintero2003-08-073-2/+31
| | | | | | | options Original commit message from CVS: Add a new parameter _socketop_ to allow use REUSEADDR and KEEPALIVE socket options
* 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
* Fixed problems with select , which blocks after receive first bufferAngel Carpintero2003-08-051-2/+17
| | | | | Original commit message from CVS: Fixed problems with select , which blocks after receive first buffer