summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to ↵David Schleef2003-11-112-6/+6
| | | | | | | | scale navigation events. Original commit message from CVS: Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
* change video/x-jpeg to image/jpegDavid Schleef2003-11-102-4/+6
| | | | | Original commit message from CVS: change video/x-jpeg to image/jpeg
* navigation testerDavid Schleef2003-11-103-2/+362
| | | | | Original commit message from CVS: navigation tester
* Update for videofilter changesDavid Schleef2003-11-101-104/+50
| | | | | Original commit message from CVS: Update for videofilter changes
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
| | | | | Original commit message from CVS: Proper device-capabilities check when opening
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-093-9/+12
| | | | | Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
* Fix device probing from multiple childs. It's done once in the parent class ↵Ronald S. Bultje2003-11-092-11/+15
| | | | | | | only now, but the childs do get the corre... Original commit message from CVS: Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
* apparently you need this function now - it still doesn't work thoughBenjamin Otte2003-11-091-0/+2
| | | | | Original commit message from CVS: apparently you need this function now - it still doesn't work though
* That function was removed from videofilter because of plugin_init changesBenjamin Otte2003-11-091-2/+0
| | | | | Original commit message from CVS: That function was removed from videofilter because of plugin_init changes
* Since padtemplates are now owned by the class, we should use the class ↵Ronald S. Bultje2003-11-091-3/+6
| | | | | | | function to retrieve them for comparison Original commit message from CVS: Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison
* Don't change mixer if there's nothing to change. This caused a bug if the ↵Ronald S. Bultje2003-11-091-0/+5
| | | | | | | soundcard only supports one input and I cal... Original commit message from CVS: Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I call this function with rec=TRUE twice.
* JRB's pixbuf loader mask fixIain Holmes2003-11-091-1/+1
| | | | | Original commit message from CVS: JRB's pixbuf loader mask fix
* remove pesky g_print()sDavid Schleef2003-11-081-21/+0
| | | | | Original commit message from CVS: remove pesky g_print()s
* break up Id: in s/ patternDavid Schleef2003-11-081-1/+2
| | | | | Original commit message from CVS: break up Id: in s/ pattern
* Add tag to output .c fileDavid Schleef2003-11-081-0/+1
| | | | | Original commit message from CVS: Add tag to output .c file
* recommmit to get the make_filter tag correctDavid Schleef2003-11-082-2/+2
| | | | | Original commit message from CVS: recommmit to get the make_filter tag correct
* much cleanup hacking made possible by plugin changesDavid Schleef2003-11-085-343/+202
| | | | | Original commit message from CVS: much cleanup hacking made possible by plugin changes
* Update the videofilter templateDavid Schleef2003-11-081-84/+37
| | | | | Original commit message from CVS: Update the videofilter template
* Do not demux only 2 trak atomsJeremy Simon2003-11-071-4/+9
| | | | | Original commit message from CVS: Do not demux only 2 trak atoms
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-0756-34/+95
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Add device autodetectionRonald S. Bultje2003-11-072-1/+180
| | | | | Original commit message from CVS: Add device autodetection
* test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2003-11-072-1/+9
| | | | | | Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
* Include config.hDavid Schleef2003-11-062-0/+6
| | | | | Original commit message from CVS: Include config.h
* add config.hDavid Schleef2003-11-061-0/+3
| | | | | Original commit message from CVS: add config.h
* make sure config.h is included firstDavid Schleef2003-11-065-0/+15
| | | | | Original commit message from CVS: make sure config.h is included first
* All the interfaces are collected in libgstinterfaces now.Jan Schmidt2003-11-062-4/+2
| | | | | Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
* And proper memory cleanup of cached devicesRonald S. Bultje2003-11-061-1/+13
| | | | | Original commit message from CVS: And proper memory cleanup of cached devices
* Add proper switch to needs_probe()Ronald S. Bultje2003-11-061-1/+11
| | | | | Original commit message from CVS: Add proper switch to needs_probe()
* Add device autodetectionRonald S. Bultje2003-11-064-2/+231
| | | | | Original commit message from CVS: Add device autodetection
* this will make it easier to merge when you have uncommited plugins in your treeSteve Baker2003-11-061-11/+61
| | | | | Original commit message from CVS: this will make it easier to merge when you have uncommited plugins in your tree
* set default errorlevel to NONE. Make configure change it to ERROR (the ↵Benjamin Otte2003-11-061-0/+6
| | | | | | | current value) when running cvs builds. This s... Original commit message from CVS: set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
* Re-add mixer element, gst-mixer doesn't work without itRonald S. Bultje2003-11-052-4/+26
| | | | | Original commit message from CVS: Re-add mixer element, gst-mixer doesn't work without it
* add initial version of gdkpixbuf loader for gtk that is capable of loading ↵Benjamin Otte2003-11-056-5/+693
| | | | | | | | AVI and mpeg videos as GdkPixbufAnimation.... Original commit message from CVS: add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.) This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
* v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ↵Benjamin Otte2003-11-031-1/+1
| | | | | | | static Original commit message from CVS: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
* Add -DG_DISABLE_DEPRECATED to $GST_ERRORDavid Schleef2003-11-031-0/+1
| | | | | Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR
* Fixes for new plugin systemDavid Schleef2003-11-031-19/+12
| | | | | Original commit message from CVS: Fixes for new plugin system
* This was wrongRonald S. Bultje2003-11-021-0/+14
| | | | | Original commit message from CVS: This was wrong
* Add static version of removed gsT_element_factory_make_or_warn()Ronald S. Bultje2003-11-021-0/+13
| | | | | Original commit message from CVS: Add static version of removed gsT_element_factory_make_or_warn()
* fix template, tooBenjamin Otte2003-11-021-21/+27
| | | | | Original commit message from CVS: fix template, too
* BlaRonald S. Bultje2003-11-023-68/+86
| | | | | Original commit message from CVS: Bla
* forgot to make the element details static in hereBenjamin Otte2003-11-021-1/+1
| | | | | Original commit message from CVS: forgot to make the element details static in here
* fix for new plugin systemBenjamin Otte2003-11-024-57/+65
| | | | | Original commit message from CVS: fix for new plugin system
* SMPTE transitions doneRonald S. Bultje2003-11-021-26/+29
| | | | | Original commit message from CVS: SMPTE transitions done
* RTP doneRonald S. Bultje2003-11-0217-152/+169
| | | | | Original commit message from CVS: RTP done
* Quicktime demuxer ported to new interfaceRonald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: Quicktime demuxer ported to new interface
* fix for new plugin systemBenjamin Otte2003-11-022-87/+92
| | | | | Original commit message from CVS: fix for new plugin system
* That was monoscope...Ronald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: That was monoscope...
* fix to new plugin systemBenjamin Otte2003-11-022-52/+58
| | | | | Original commit message from CVS: fix to new plugin system
* Hm...:Ronald S. Bultje2003-11-021-22/+30
| | | | | Original commit message from CVS: Hm...:
* *sigh*Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: *sigh*