platform/upstream/gst-plugins-base.git
13 years agometa: add video crop metadata
Wim Taymans [Thu, 23 Jun 2011 07:30:19 +0000 (09:30 +0200)]
meta: add video crop metadata

13 years agoxvimagesink: handle unknown formats
Wim Taymans [Wed, 22 Jun 2011 17:35:16 +0000 (19:35 +0200)]
xvimagesink: handle unknown formats

13 years agofix for uri changes
Wim Taymans [Wed, 22 Jun 2011 14:38:48 +0000 (16:38 +0200)]
fix for uri changes

13 years agox11: use frame copy functions
Wim Taymans [Wed, 22 Jun 2011 13:38:24 +0000 (15:38 +0200)]
x11: use frame copy functions

13 years agovideo: add video copy function
Wim Taymans [Wed, 22 Jun 2011 13:25:35 +0000 (15:25 +0200)]
video: add video copy function

Add a function to copy a video frame, taking care of source and destination
strides.

13 years agoseek: wait for the spinbutton widget
Wim Taymans [Wed, 22 Jun 2011 10:57:46 +0000 (12:57 +0200)]
seek: wait for the spinbutton widget

Wait for the spinbutton widget before trying to update it when the volume
changed callback is called.

13 years agortp: fix for allocator name change
Wim Taymans [Wed, 22 Jun 2011 09:45:58 +0000 (11:45 +0200)]
rtp: fix for allocator name change

13 years agoaudio: clean up headers
Wim Taymans [Tue, 21 Jun 2011 16:17:59 +0000 (18:17 +0200)]
audio: clean up headers

13 years agoaudio: clean up audiosink headers
Wim Taymans [Tue, 21 Jun 2011 16:13:48 +0000 (18:13 +0200)]
audio: clean up audiosink headers

13 years agoaudio: clean up ringbuffer header
Wim Taymans [Tue, 21 Jun 2011 16:08:12 +0000 (18:08 +0200)]
audio: clean up ringbuffer header

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 21 Jun 2011 15:57:56 +0000 (17:57 +0200)]
Merge branch 'master' into 0.11

Conflicts:
configure.ac
docs/plugins/inspect/plugin-gnomevfs.xml

13 years agovideotestsrc: port to video helpers
Wim Taymans [Tue, 21 Jun 2011 15:33:27 +0000 (17:33 +0200)]
videotestsrc: port to video helpers

Port videotestsrc to use the video helper functions to parse caps and handle
video frames.
Enable GstMetaVideo to make us handle strided video.

13 years agovideo: use gint to make parsing easier
Wim Taymans [Tue, 21 Jun 2011 15:31:17 +0000 (17:31 +0200)]
video: use gint to make parsing easier

Use gint for with/height etc to make it easier to pass the variables to various
caps and structure parsing functions.

13 years agovideotestsrc: small cleanups
Wim Taymans [Tue, 21 Jun 2011 10:52:23 +0000 (12:52 +0200)]
videotestsrc: small cleanups

13 years agovideoscale: activate Video meta
Wim Taymans [Mon, 20 Jun 2011 15:49:13 +0000 (17:49 +0200)]
videoscale: activate Video meta

Configure the allocator with GstMetaVideo because we can handle that using the
GstVideoFrame helpers.

13 years agox11: delay pool activation
Wim Taymans [Mon, 20 Jun 2011 15:36:24 +0000 (17:36 +0200)]
x11: delay pool activation

don't activate the pool we return in the ALLOCATION query because upstream might
still want to configure it

13 years agovideoconvert: use new allocation setup
Wim Taymans [Mon, 20 Jun 2011 15:34:57 +0000 (17:34 +0200)]
videoconvert: use new allocation setup

Add setup_allocation to configure video metadata in the negotiated bufferpool.

13 years agoconfigure.ac: bump required GLib to 2.26
Mark Nauwelaerts [Mon, 20 Jun 2011 13:43:57 +0000 (15:43 +0200)]
configure.ac: bump required GLib to 2.26

13 years agotheoradec: enable video metadata in the bufferpool
Wim Taymans [Mon, 20 Jun 2011 11:30:07 +0000 (13:30 +0200)]
theoradec: enable video metadata in the bufferpool

Enable the video metadata in the bufferpool.

13 years agox11: handle new bufferpool metadata api
Wim Taymans [Mon, 20 Jun 2011 11:28:12 +0000 (13:28 +0200)]
x11: handle new bufferpool metadata api

Provide a method to list the supported metadata apis.
Activate the video metadata on buffers when a downstream element configured the
bufferpool to support that api.

13 years agovideo: remove intermediate Plane structure
Wim Taymans [Mon, 20 Jun 2011 09:25:58 +0000 (11:25 +0200)]
video: remove intermediate Plane structure

Remove the GstVideoPlane structure and move the fields directly into the
GstVideoInfo structure. This makes things a little easier to read and also makes
it more likely that we can pass the stride array to external libraries.

13 years agoBump git version after unplanned 0.10.35 release
Tim-Philipp Müller [Sat, 18 Jun 2011 12:32:17 +0000 (13:32 +0100)]
Bump git version after unplanned 0.10.35 release

Merge branch '0.10.35'

Conflicts:
configure.ac
docs/plugins/inspect/plugin-adder.xml
docs/plugins/inspect/plugin-alsa.xml
docs/plugins/inspect/plugin-app.xml
docs/plugins/inspect/plugin-audioconvert.xml
docs/plugins/inspect/plugin-audiorate.xml
docs/plugins/inspect/plugin-audioresample.xml
docs/plugins/inspect/plugin-audiotestsrc.xml
docs/plugins/inspect/plugin-cdparanoia.xml
docs/plugins/inspect/plugin-decodebin.xml
docs/plugins/inspect/plugin-encoding.xml
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
docs/plugins/inspect/plugin-gdp.xml
docs/plugins/inspect/plugin-gio.xml
docs/plugins/inspect/plugin-gnomevfs.xml
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-ogg.xml
docs/plugins/inspect/plugin-pango.xml
docs/plugins/inspect/plugin-playback.xml
docs/plugins/inspect/plugin-subparse.xml
docs/plugins/inspect/plugin-tcp.xml
docs/plugins/inspect/plugin-theora.xml
docs/plugins/inspect/plugin-typefindfunctions.xml
docs/plugins/inspect/plugin-uridecodebin.xml
docs/plugins/inspect/plugin-videorate.xml
docs/plugins/inspect/plugin-videoscale.xml
docs/plugins/inspect/plugin-videotestsrc.xml
docs/plugins/inspect/plugin-volume.xml
docs/plugins/inspect/plugin-vorbis.xml
docs/plugins/inspect/plugin-ximagesink.xml
docs/plugins/inspect/plugin-xvimagesink.xml
gst-libs/gst/audio/Makefile.am
gst/subparse/gstsubparse.c
win32/common/_stdint.h
win32/common/config.h

13 years agodiscoverer: Allow GError* argument to be NULL
Edward Hervey [Sat, 18 Jun 2011 09:16:19 +0000 (11:16 +0200)]
discoverer: Allow GError* argument to be NULL

This is how other methods taking GError* arguments behave.

Fixes #652838

13 years agox11: use GstVideoInfo to parse caps
Wim Taymans [Fri, 17 Jun 2011 15:54:52 +0000 (17:54 +0200)]
x11: use GstVideoInfo to parse caps

Use GstVideoInfo to keep track of the configured format.
Add GstMetaVideo to buffers, disabled by default for now until we can have it
enabled with a property on the bufferpool configuration.

13 years agometavideo: small fixes
Wim Taymans [Fri, 17 Jun 2011 15:44:56 +0000 (17:44 +0200)]
metavideo: small fixes

Set the buffer as a field in the metadata so that we can use it to map the
buffer data.
Fix wrong assert.

13 years agox11: make function static
Wim Taymans [Fri, 17 Jun 2011 15:27:22 +0000 (17:27 +0200)]
x11: make function static

Don't export buffer creation function, we need to use the bufferpool
now.

13 years agovideo: use metadata to set up strides
Wim Taymans [Fri, 17 Jun 2011 14:47:25 +0000 (16:47 +0200)]
video: use metadata to set up strides

Use the GstMetaVideo when we can to map the buffers and set up the strides.

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 17 Jun 2011 13:48:19 +0000 (15:48 +0200)]
Merge branch 'master' into 0.11

Conflicts:
tests/examples/Makefile.am

13 years ago-base: port to GstVideoFrame API
Wim Taymans [Fri, 17 Jun 2011 13:31:59 +0000 (15:31 +0200)]
-base: port to GstVideoFrame API

13 years agovideo: Add GstVideoFrame helper structure
Wim Taymans [Fri, 17 Jun 2011 13:29:50 +0000 (15:29 +0200)]
video: Add GstVideoFrame helper structure

The videoframe structure can be used to easily parse the contents of video
buffers.

13 years agovideo: port to new API
Wim Taymans [Fri, 17 Jun 2011 07:21:27 +0000 (09:21 +0200)]
video: port to new API

Add support for palette again.
Rewrite setup code for videoconvert using the new video methods.

13 years agovideo: rework part 2
Wim Taymans [Thu, 16 Jun 2011 17:35:27 +0000 (19:35 +0200)]
video: rework part 2

Update docs.
Add method to get number of components.
Implement method to calculate defaults from format and dimensions.
Improve caps parsing.
Implement GstVideoInfo to caps conversion.

13 years agovideo: rework part 1
Wim Taymans [Thu, 16 Jun 2011 14:27:31 +0000 (16:27 +0200)]
video: rework part 1

Add GstVideoFlags similar to the flags on the metadata. The idea is to replace
the metadata flags with the GstVideoFlags.
Move VideoPlane to video.h, it contains the information for a plane.
Add GstVideoInfo structure that holds the current configuration of a video
format.
Add methods to parse caps into GstVideoInfo.

13 years agotest: port some more tests
Wim Taymans [Thu, 16 Jun 2011 11:41:25 +0000 (13:41 +0200)]
test: port some more tests

13 years ago-base: port elements to new video caps
Wim Taymans [Thu, 16 Jun 2011 10:48:33 +0000 (12:48 +0200)]
-base: port elements to new video caps

13 years agovideo: add methods to parse X11 visuals
Wim Taymans [Thu, 16 Jun 2011 10:43:54 +0000 (12:43 +0200)]
video: add methods to parse X11 visuals

Add method to convert X11 visual description to GstVideoFormat

13 years agovideo: update video caps
Wim Taymans [Wed, 15 Jun 2011 14:16:02 +0000 (16:16 +0200)]
video: update video caps

13 years agoRemove deleted playbin/decodebin files from POTFILES.in
Jan Schmidt [Thu, 16 Jun 2011 04:23:25 +0000 (14:23 +1000)]
Remove deleted playbin/decodebin files from POTFILES.in

13 years agoRelease 0.10.35 RELEASE-0.10.35
Tim-Philipp Müller [Wed, 15 Jun 2011 18:29:48 +0000 (19:29 +0100)]
Release 0.10.35

This is an ad-hoc release that is almost identical to 0.10.34:

 * work around GLib atomic ops API change
 * don't use G_CONST_RETURN in public headers
 * subparse: typefinding fixes for subtitles in non-UTF8 charsets

13 years agosome more ffmpegcolorspace to videoconvert changes
Wim Taymans [Wed, 15 Jun 2011 16:08:32 +0000 (18:08 +0200)]
some more ffmpegcolorspace to videoconvert changes

13 years agoffmpegcolorspace: remove plugin
Wim Taymans [Wed, 15 Jun 2011 16:01:04 +0000 (18:01 +0200)]
ffmpegcolorspace: remove plugin

13 years agovideoconvert: renamed from colorspace
Wim Taymans [Wed, 15 Jun 2011 15:49:21 +0000 (17:49 +0200)]
videoconvert: renamed from colorspace

13 years agocolorspace: fix caps negotiation
Wim Taymans [Wed, 15 Jun 2011 14:52:52 +0000 (16:52 +0200)]
colorspace: fix caps negotiation

13 years agocolorspace: port to 0.11
Wim Taymans [Wed, 15 Jun 2011 14:28:44 +0000 (16:28 +0200)]
colorspace: port to 0.11

13 years agocolorspace: add to build
Wim Taymans [Wed, 15 Jun 2011 14:28:30 +0000 (16:28 +0200)]
colorspace: add to build

13 years ago[MOVED FROM BAD 68/68] Update orc-generated disted C backup code to orc 0.4.14
Tim-Philipp Müller [Sat, 30 Apr 2011 18:46:40 +0000 (19:46 +0100)]
[MOVED FROM BAD 68/68] Update orc-generated disted C backup code to orc 0.4.14

13 years ago[MOVED FROM BAD 67/68] 0.10.21.3 pre-release
Tim-Philipp Müller [Wed, 27 Apr 2011 23:00:09 +0000 (00:00 +0100)]
[MOVED FROM BAD 67/68] 0.10.21.3 pre-release

13 years ago[MOVED FROM BAD 66/68] ext, gst: update disted orc backup files
Tim-Philipp Müller [Sun, 17 Apr 2011 00:09:33 +0000 (01:09 +0100)]
[MOVED FROM BAD 66/68] ext, gst: update disted orc backup files

13 years ago[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller [Thu, 14 Apr 2011 23:09:14 +0000 (00:09 +0100)]
[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6

13 years ago[MOVED FROM BAD 64/68] android: make it ready for androgenizer
Thibault Saunier [Mon, 11 Apr 2011 04:36:35 +0000 (00:36 -0400)]
[MOVED FROM BAD 64/68] android: make it ready for androgenizer

Remove the android/ top dir
Fixe the Makefile.am to be androgenized

To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git

13 years ago[MOVED FROM BAD 63/68] colorspace: set dithering enum directly
David Schleef [Sat, 26 Feb 2011 03:59:05 +0000 (19:59 -0800)]
[MOVED FROM BAD 63/68] colorspace: set dithering enum directly

13 years ago[MOVED FROM BAD 62/68] colorspace: Add support for r210
David Schleef [Sat, 26 Feb 2011 03:57:47 +0000 (19:57 -0800)]
[MOVED FROM BAD 62/68] colorspace: Add support for r210

13 years ago[MOVED FROM BAD 61/68] colorspace: Fix YUV->RGB matrixing
David Schleef [Mon, 21 Feb 2011 07:01:30 +0000 (23:01 -0800)]
[MOVED FROM BAD 61/68] colorspace: Fix YUV->RGB matrixing

13 years ago[MOVED FROM BAD 60/68] colorspace: Add dithering
David Schleef [Mon, 21 Feb 2011 06:43:56 +0000 (22:43 -0800)]
[MOVED FROM BAD 60/68] colorspace: Add dithering

Dithering only happens when a 16-bit-per-channel format is
involved.

13 years ago[MOVED FROM BAD 59/68] colorspace: fix a few formats
David Schleef [Sun, 20 Feb 2011 22:14:27 +0000 (14:14 -0800)]
[MOVED FROM BAD 59/68] colorspace: fix a few formats

13 years ago[MOVED FROM BAD 58/68] colorspace: Add 16-bit-per-channel handling
David Schleef [Sat, 19 Feb 2011 21:12:41 +0000 (13:12 -0800)]
[MOVED FROM BAD 58/68] colorspace: Add 16-bit-per-channel handling

13 years ago[MOVED FROM BAD 57/68] colorspace: Fix memleak
David Schleef [Sat, 19 Feb 2011 21:13:13 +0000 (13:13 -0800)]
[MOVED FROM BAD 57/68] colorspace: Fix memleak

13 years ago[MOVED FROM BAD 56/68] colorspace: Fix memory leak
David Schleef [Wed, 16 Feb 2011 02:12:02 +0000 (18:12 -0800)]
[MOVED FROM BAD 56/68] colorspace: Fix memory leak

13 years ago[MOVED FROM BAD 55/68] colorspace: Disable matrixing on big-endian
David Schleef [Mon, 3 Jan 2011 00:13:56 +0000 (16:13 -0800)]
[MOVED FROM BAD 55/68] colorspace: Disable matrixing on big-endian

It's broken until someone writes better Orc code.  Fixes #631232.

13 years ago[MOVED FROM BAD 54/68] colorspace: remove incorrect check
David Schleef [Mon, 22 Nov 2010 07:11:19 +0000 (23:11 -0800)]
[MOVED FROM BAD 54/68] colorspace: remove incorrect check

13 years ago[MOVED FROM BAD 53/68] colorspace: Update generated ORC sources
Sebastian Dröge [Fri, 5 Nov 2010 09:56:51 +0000 (10:56 +0100)]
[MOVED FROM BAD 53/68] colorspace: Update generated ORC sources

13 years ago[MOVED FROM BAD 52/68] colorspace: Inverse -base version check logic to actually...
Sebastian Dröge [Thu, 4 Nov 2010 13:18:29 +0000 (14:18 +0100)]
[MOVED FROM BAD 52/68] colorspace: Inverse -base version check logic to actually make sense

13 years ago[MOVED FROM BAD 51/68] colorspace: Add support for IYU1
Sebastian Dröge [Wed, 3 Nov 2010 14:37:48 +0000 (15:37 +0100)]
[MOVED FROM BAD 51/68] colorspace: Add support for IYU1

13 years ago[MOVED FROM BAD 50/68] colorspace: First version of YUV9 and YVU9 implementation
Sebastian Dröge [Wed, 3 Nov 2010 14:12:42 +0000 (15:12 +0100)]
[MOVED FROM BAD 50/68] colorspace: First version of YUV9 and YVU9 implementation

13 years ago[MOVED FROM BAD 49/68] colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of...
Sebastian Dröge [Wed, 3 Nov 2010 08:20:15 +0000 (09:20 +0100)]
[MOVED FROM BAD 49/68] colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of other hacks

13 years ago[MOVED FROM BAD 48/68] colorspace: fix build with current git of gst-plugins-base
Tim-Philipp Müller [Tue, 2 Nov 2010 16:54:59 +0000 (16:54 +0000)]
[MOVED FROM BAD 48/68] colorspace: fix build with current git of gst-plugins-base

ifdef tests don't work so well if we define them in the code
above in case they aren't defined.

13 years ago[MOVED FROM BAD 47/68] colorspace: Add support for 8 bit paletted RGB
Sebastian Dröge [Tue, 2 Nov 2010 15:05:37 +0000 (16:05 +0100)]
[MOVED FROM BAD 47/68] colorspace: Add support for 8 bit paletted RGB

This needs the 8 bit paletted support from -base
which will be committed after release. Without this
the 8 bit parts are disabled.

13 years ago[MOVED FROM BAD 46/68] cog, colorspace: update orc backup functions for latest changes
Tim-Philipp Müller [Mon, 1 Nov 2010 15:53:52 +0000 (15:53 +0000)]
[MOVED FROM BAD 46/68] cog, colorspace: update orc backup functions for latest changes

Should fix build on systems without the latest orc.

13 years ago[MOVED FROM BAD 45/68] colorspace: Add support for RGB15 and BGR15
Sebastian Dröge [Sun, 31 Oct 2010 22:46:27 +0000 (23:46 +0100)]
[MOVED FROM BAD 45/68] colorspace: Add support for RGB15 and BGR15

13 years ago[MOVED FROM BAD 44/68] colorspace: Add support for RGB16 and BGR16
Sebastian Dröge [Sun, 31 Oct 2010 22:44:20 +0000 (23:44 +0100)]
[MOVED FROM BAD 44/68] colorspace: Add support for RGB16 and BGR16

13 years ago[MOVED FROM BAD 43/68] colorspace: Add support for Y16
Sebastian Dröge [Sun, 31 Oct 2010 22:25:57 +0000 (23:25 +0100)]
[MOVED FROM BAD 43/68] colorspace: Add support for Y16

13 years ago[MOVED FROM BAD 42/68] colorspace: Fix Y800 ORC getline implementation
Sebastian Dröge [Sun, 31 Oct 2010 22:25:40 +0000 (23:25 +0100)]
[MOVED FROM BAD 42/68] colorspace: Fix Y800 ORC getline implementation

13 years ago[MOVED FROM BAD 41/68] colorspace: Add support for A420
Sebastian Dröge [Sun, 31 Oct 2010 22:07:43 +0000 (23:07 +0100)]
[MOVED FROM BAD 41/68] colorspace: Add support for A420

13 years ago[MOVED FROM BAD 40/68] colorspace: Add support for Y41B
Sebastian Dröge [Sun, 31 Oct 2010 22:00:07 +0000 (23:00 +0100)]
[MOVED FROM BAD 40/68] colorspace: Add support for Y41B

13 years ago[MOVED FROM BAD 39/68] colorspace: Add support for SDTV/HDTV YUV conversions
Sebastian Dröge [Sun, 31 Oct 2010 21:39:38 +0000 (22:39 +0100)]
[MOVED FROM BAD 39/68] colorspace: Add support for SDTV/HDTV YUV conversions

13 years ago[MOVED FROM BAD 38/68] colorspace: Add comment for the A420 getline/putline table row
Sebastian Dröge [Sun, 31 Oct 2010 21:21:35 +0000 (22:21 +0100)]
[MOVED FROM BAD 38/68] colorspace: Add comment for the A420 getline/putline table row

13 years ago[MOVED FROM BAD 37/68] colorspace: Add const to the source arrays and the getline...
Sebastian Dröge [Sun, 31 Oct 2010 19:40:09 +0000 (20:40 +0100)]
[MOVED FROM BAD 37/68] colorspace: Add const to the source arrays and the getline/putline table

13 years ago[MOVED FROM BAD 36/68] colorspace: Make fast-path transform table const
Sebastian Dröge [Sun, 31 Oct 2010 18:42:30 +0000 (19:42 +0100)]
[MOVED FROM BAD 36/68] colorspace: Make fast-path transform table const

13 years ago[MOVED FROM BAD 35/68] colorspace: Only do the I420->YUY2 conversion once per scanlin...
Sebastian Dröge [Sun, 31 Oct 2010 18:39:33 +0000 (19:39 +0100)]
[MOVED FROM BAD 35/68] colorspace: Only do the I420->YUY2 conversion once per scanline in the fast path

13 years ago[MOVED FROM BAD 34/68] colorspace: quiet a GST_ERROR
David Schleef [Wed, 22 Sep 2010 01:13:37 +0000 (18:13 -0700)]
[MOVED FROM BAD 34/68] colorspace: quiet a GST_ERROR

13 years ago[MOVED FROM BAD 33/68] colorspace: add orc-dist files
Tim-Philipp Müller [Wed, 15 Sep 2010 20:47:09 +0000 (21:47 +0100)]
[MOVED FROM BAD 33/68] colorspace: add orc-dist files

Should fix build without orc or too old orc.

13 years ago[MOVED FROM BAD 32/68] colorspace: Add conversion code
David Schleef [Tue, 14 Sep 2010 01:49:43 +0000 (18:49 -0700)]
[MOVED FROM BAD 32/68] colorspace: Add conversion code

Work in progress.  Colorspace handles most format conversion using
3-stage getline/matrix/putline process using an AYUV or ARGB
intermediate, with most functions handled by Orc.  There is also
a table of single-pass conversions, all handled by Orc.  The plan
is to add optional stages for various chroma upsampling/downsampling
algorithms, dithering, and float/int16 intermediates, and then have
Orc create multi-stage functions at runtime.

13 years ago[MOVED FROM BAD 31/68] colorspace: Revive element
David Schleef [Mon, 13 Sep 2010 19:48:50 +0000 (12:48 -0700)]
[MOVED FROM BAD 31/68] colorspace: Revive element

Now based on Orc.

13 years ago[MOVED FROM BAD 30/68] gst_element_class_set_details => gst_element_class_set_details...
Benjamin Otte [Thu, 18 Mar 2010 16:30:26 +0000 (17:30 +0100)]
[MOVED FROM BAD 30/68] gst_element_class_set_details => gst_element_class_set_details_simple

13 years ago[MOVED FROM BAD 29/68] Don't install static libs for plugins. Fixes #550851 for ...
Stefan Kost [Tue, 4 Nov 2008 12:42:30 +0000 (12:42 +0000)]
[MOVED FROM BAD 29/68] Don't install static libs for plugins. Fixes #550851 for -bad.

Original commit message from CVS:
* ext/alsaspdif/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/apexsink/Makefile.am:
* ext/arts/Makefile.am:
* ext/artsd/Makefile.am:
* ext/audiofile/Makefile.am:
* ext/audioresample/Makefile.am:
* ext/bz2/Makefile.am:
* ext/cdaudio/Makefile.am:
* ext/celt/Makefile.am:
* ext/dc1394/Makefile.am:
* ext/dirac/Makefile.am:
* ext/directfb/Makefile.am:
* ext/divx/Makefile.am:
* ext/dts/Makefile.am:
* ext/faac/Makefile.am:
* ext/faad/Makefile.am:
* ext/gsm/Makefile.am:
* ext/hermes/Makefile.am:
* ext/ivorbis/Makefile.am:
* ext/jack/Makefile.am:
* ext/jp2k/Makefile.am:
* ext/ladspa/Makefile.am:
* ext/lcs/Makefile.am:
* ext/libfame/Makefile.am:
* ext/libmms/Makefile.am:
* ext/metadata/Makefile.am:
* ext/mpeg2enc/Makefile.am:
* ext/mplex/Makefile.am:
* ext/musepack/Makefile.am:
* ext/musicbrainz/Makefile.am:
* ext/mythtv/Makefile.am:
* ext/nas/Makefile.am:
* ext/neon/Makefile.am:
* ext/ofa/Makefile.am:
* ext/polyp/Makefile.am:
* ext/resindvd/Makefile.am:
* ext/sdl/Makefile.am:
* ext/shout/Makefile.am:
* ext/snapshot/Makefile.am:
* ext/sndfile/Makefile.am:
* ext/soundtouch/Makefile.am:
* ext/spc/Makefile.am:
* ext/swfdec/Makefile.am:
* ext/tarkin/Makefile.am:
* ext/theora/Makefile.am:
* ext/timidity/Makefile.am:
* ext/twolame/Makefile.am:
* ext/x264/Makefile.am:
* ext/xine/Makefile.am:
* ext/xvid/Makefile.am:
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/dshow/Makefile.am:
* gst/aiffparse/Makefile.am:
* gst/app/Makefile.am:
* gst/audiobuffer/Makefile.am:
* gst/bayer/Makefile.am:
* gst/cdxaparse/Makefile.am:
* gst/chart/Makefile.am:
* gst/colorspace/Makefile.am:
* gst/dccp/Makefile.am:
* gst/deinterlace/Makefile.am:
* gst/deinterlace2/Makefile.am:
* gst/dvdspu/Makefile.am:
* gst/festival/Makefile.am:
* gst/filter/Makefile.am:
* gst/flacparse/Makefile.am:
* gst/flv/Makefile.am:
* gst/games/Makefile.am:
* gst/h264parse/Makefile.am:
* gst/librfb/Makefile.am:
* gst/mixmatrix/Makefile.am:
* gst/modplug/Makefile.am:
* gst/mpeg1sys/Makefile.am:
* gst/mpeg4videoparse/Makefile.am:
* gst/mpegdemux/Makefile.am:
* gst/mpegtsmux/Makefile.am:
* gst/mpegvideoparse/Makefile.am:
* gst/mve/Makefile.am:
* gst/nsf/Makefile.am:
* gst/nuvdemux/Makefile.am:
* gst/overlay/Makefile.am:
* gst/passthrough/Makefile.am:
* gst/pcapparse/Makefile.am:
* gst/playondemand/Makefile.am:
* gst/rawparse/Makefile.am:
* gst/real/Makefile.am:
* gst/rtjpeg/Makefile.am:
* gst/rtpmanager/Makefile.am:
* gst/scaletempo/Makefile.am:
* gst/sdp/Makefile.am:
* gst/selector/Makefile.am:
* gst/smooth/Makefile.am:
* gst/smoothwave/Makefile.am:
* gst/speed/Makefile.am:
* gst/speexresample/Makefile.am:
* gst/stereo/Makefile.am:
* gst/subenc/Makefile.am:
* gst/tta/Makefile.am:
* gst/vbidec/Makefile.am:
* gst/videodrop/Makefile.am:
* gst/videosignal/Makefile.am:
* gst/virtualdub/Makefile.am:
* gst/vmnc/Makefile.am:
* gst/y4m/Makefile.am:
* sys/acmenc/Makefile.am:
* sys/cdrom/Makefile.am:
* sys/dshowdecwrapper/Makefile.am:
* sys/dshowsrcwrapper/Makefile.am:
* sys/dvb/Makefile.am:
* sys/dxr3/Makefile.am:
* sys/fbdev/Makefile.am:
* sys/oss4/Makefile.am:
* sys/qcam/Makefile.am:
* sys/qtwrapper/Makefile.am:
* sys/vcd/Makefile.am:
* sys/wininet/Makefile.am:
* win32/common/config.h:
Don't install static libs for plugins. Fixes #550851 for -bad.

13 years ago[MOVED FROM BAD 28/68] Fix leaks.
Edward Hervey [Fri, 22 Jun 2007 10:46:33 +0000 (10:46 +0000)]
[MOVED FROM BAD 28/68] Fix leaks.

Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
* ext/audioresample/gstaudioresample.c:
* ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
* ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
* ext/divx/gstdivxdec.c: (gst_divxdec_init):
* ext/divx/gstdivxenc.c: (gst_divxenc_init):
* ext/faac/gstfaac.c: (gst_faac_init):
* ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
* ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
* ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
* ext/lcs/gstcolorspace.c: (gst_colorspace_init):
* ext/libfame/gstlibfame.c: (gst_fameenc_init):
* ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
* ext/spc/gstspc.c: (gst_spc_dec_init):
* ext/swfdec/gstswfdec.c: (gst_swfdec_init):
* ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
* gst/chart/gstchart.c: (gst_chart_init):
* gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
* gst/festival/gstfestival.c: (gst_festival_init):
* gst/freeze/gstfreeze.c: (gst_freeze_init):
* gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
* gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
* gst/nsf/gstnsf.c: (gst_nsfdec_init):
* gst/overlay/gstoverlay.c: (gst_overlay_init):
* gst/passthrough/gstpassthrough.c: (passthrough_init):
* gst/playondemand/gstplayondemand.c: (play_on_demand_init):
* gst/smooth/gstsmooth.c: (gst_smooth_init):
* gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
* gst/speed/gstspeed.c: (speed_init):
* gst/vbidec/gstvbidec.c: (gst_vbidec_init):
* gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
* sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
* sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
* sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
Fix leaks.

13 years ago[MOVED FROM BAD 27/68] Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost [Thu, 1 Jun 2006 22:00:26 +0000 (22:00 +0000)]
[MOVED FROM BAD 27/68] Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass

Original commit message from CVS:
* ext/alsaspdif/alsaspdifsink.h:
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.h:
* ext/arts/gst_arts.h:
* ext/artsd/gstartsdsink.h:
* ext/audiofile/gstafparse.h:
* ext/audiofile/gstafsink.h:
* ext/audiofile/gstafsrc.h:
* ext/audioresample/gstaudioresample.h:
* ext/bz2/gstbz2dec.h:
* ext/bz2/gstbz2enc.h:
* ext/dirac/gstdiracdec.h:
* ext/directfb/dfbvideosink.h:
* ext/divx/gstdivxdec.h:
* ext/divx/gstdivxenc.h:
* ext/dts/gstdtsdec.h:
* ext/faac/gstfaac.h:
* ext/gsm/gstgsmdec.h:
* ext/gsm/gstgsmenc.h:
* ext/ivorbis/vorbisenc.h:
* ext/libfame/gstlibfame.h:
* ext/nas/nassink.h:
* ext/neon/gstneonhttpsrc.h:
* ext/polyp/polypsink.h:
* ext/sdl/sdlaudiosink.h:
* ext/sdl/sdlvideosink.h:
* ext/shout/gstshout.h:
* ext/snapshot/gstsnapshot.h:
* ext/sndfile/gstsf.h:
* ext/swfdec/gstswfdec.h:
* ext/tarkin/gsttarkindec.h:
* ext/tarkin/gsttarkinenc.h:
* ext/theora/theoradec.h:
* ext/wavpack/gstwavpackdec.h:
* ext/wavpack/gstwavpackparse.h:
* ext/xine/gstxine.h:
* ext/xvid/gstxviddec.h:
* ext/xvid/gstxvidenc.h:
* gst/cdxaparse/gstcdxaparse.h:
* gst/cdxaparse/gstcdxastrip.h:
* gst/colorspace/gstcolorspace.h:
* gst/festival/gstfestival.h:
* gst/freeze/gstfreeze.h:
* gst/gdp/gstgdpdepay.h:
* gst/gdp/gstgdppay.h:
* gst/modplug/gstmodplug.h:
* gst/mpeg1sys/gstmpeg1systemencode.h:
* gst/mpeg1videoparse/gstmp1videoparse.h:
* gst/mpeg2sub/gstmpeg2subt.h:
* gst/mpegaudioparse/gstmpegaudioparse.h:
* gst/multifilesink/gstmultifilesink.h:
* gst/overlay/gstoverlay.h:
* gst/playondemand/gstplayondemand.h:
* gst/qtdemux/qtdemux.h:
* gst/rtjpeg/gstrtjpegdec.h:
* gst/rtjpeg/gstrtjpegenc.h:
* gst/smooth/gstsmooth.h:
* gst/smoothwave/gstsmoothwave.h:
* gst/spectrum/gstspectrum.h:
* gst/speed/gstspeed.h:
* gst/stereo/gststereo.h:
* gst/switch/gstswitch.h:
* gst/tta/gstttadec.h:
* gst/tta/gstttaparse.h:
* gst/videodrop/gstvideodrop.h:
* gst/xingheader/gstxingmux.h:
* sys/directdraw/gstdirectdrawsink.h:
* sys/directsound/gstdirectsoundsink.h:
* sys/dxr3/dxr3audiosink.h:
* sys/dxr3/dxr3spusink.h:
* sys/dxr3/dxr3videosink.h:
* sys/qcam/gstqcamsrc.h:
* sys/vcd/vcdsrc.h:
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass

13 years ago[MOVED FROM BAD 26/68] Define GstElementDetails as const and also static (when define...
Stefan Kost [Tue, 25 Apr 2006 21:56:38 +0000 (21:56 +0000)]
[MOVED FROM BAD 26/68] Define GstElementDetails as const and also static (when defined as global)

Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c:
* ext/amrwb/gstamrwbenc.c:
* ext/amrwb/gstamrwbparse.c:
* ext/arts/gst_arts.c:
* ext/artsd/gstartsdsink.c:
* ext/audiofile/gstafparse.c:
* ext/audiofile/gstafsink.c:
* ext/audiofile/gstafsrc.c:
* ext/audioresample/gstaudioresample.c:
* ext/bz2/gstbz2dec.c:
* ext/bz2/gstbz2enc.c:
* ext/cdaudio/gstcdaudio.c:
* ext/directfb/dfbvideosink.c:
* ext/divx/gstdivxdec.c:
* ext/divx/gstdivxenc.c:
* ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
* ext/faac/gstfaac.c: (gst_faac_base_init):
* ext/faad/gstfaad.c:
* ext/gsm/gstgsmdec.c:
* ext/gsm/gstgsmenc.c:
* ext/hermes/gsthermescolorspace.c:
* ext/ivorbis/vorbisfile.c:
* ext/lcs/gstcolorspace.c:
* ext/libfame/gstlibfame.c:
* ext/libmms/gstmms.c: (gst_mms_base_init):
* ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
* ext/nas/nassink.c: (gst_nassink_base_init):
* ext/neon/gstneonhttpsrc.c:
* ext/sdl/sdlaudiosink.c:
* ext/sdl/sdlvideosink.c:
* ext/shout/gstshout.c:
* ext/snapshot/gstsnapshot.c:
* ext/sndfile/gstsf.c:
* ext/swfdec/gstswfdec.c:
* ext/tarkin/gsttarkindec.c:
* ext/tarkin/gsttarkinenc.c:
* ext/theora/theoradec.c:
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
* ext/xvid/gstxviddec.c:
* ext/xvid/gstxvidenc.c:
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
* gst/chart/gstchart.c:
* gst/colorspace/gstcolorspace.c:
* gst/deinterlace/gstdeinterlace.c:
* gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
* gst/festival/gstfestival.c:
* gst/filter/gstbpwsinc.c:
* gst/filter/gstiir.c:
* gst/filter/gstlpwsinc.c:
* gst/freeze/gstfreeze.c:
* gst/games/gstpuzzle.c: (gst_puzzle_base_init):
* gst/librfb/gstrfbsrc.c:
* gst/mixmatrix/mixmatrix.c:
* gst/mpeg1sys/gstmpeg1systemencode.c:
* gst/mpeg1videoparse/gstmp1videoparse.c:
* gst/mpeg2sub/gstmpeg2subt.c:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/multifilesink/gstmultifilesink.c:
* gst/overlay/gstoverlay.c:
* gst/passthrough/gstpassthrough.c:
* gst/playondemand/gstplayondemand.c:
* gst/qtdemux/qtdemux.c:
* gst/rtjpeg/gstrtjpegdec.c:
* gst/rtjpeg/gstrtjpegenc.c:
* gst/smooth/gstsmooth.c:
* gst/smoothwave/gstsmoothwave.c:
* gst/spectrum/gstspectrum.c:
* gst/speed/gstspeed.c:
* gst/stereo/gststereo.c:
* gst/switch/gstswitch.c:
* gst/tta/gstttadec.c: (gst_tta_dec_base_init):
* gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
* gst/vbidec/gstvbidec.c:
* gst/videocrop/gstvideocrop.c:
* gst/videodrop/gstvideodrop.c:
* gst/virtualdub/gstxsharpen.c:
* gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
* gst/y4m/gsty4mencode.c:
* sys/cdrom/gstcdplayer.c:
* sys/directdraw/gstdirectdrawsink.c:
* sys/directsound/gstdirectsoundsink.c:
* sys/glsink/glimagesink.c:
* sys/qcam/gstqcamsrc.c:
* sys/v4l2/gstv4l2src.c:
* sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
* sys/ximagesrc/ximagesrc.c:
Define GstElementDetails as const and also static (when defined as
global)

13 years ago[MOVED FROM BAD 25/68] Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost [Sat, 8 Apr 2006 21:48:01 +0000 (21:48 +0000)]
[MOVED FROM BAD 25/68] Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)

Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
* ext/arts/gst_arts.c: (gst_arts_class_init):
* ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
* ext/audiofile/gstafsink.c: (gst_afsink_class_init):
* ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
* ext/audioresample/gstaudioresample.c:
* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
* ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
* ext/hermes/gsthermescolorspace.c:
(gst_hermes_colorspace_class_init):
* ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
* ext/jack/gstjack.c: (gst_jack_class_init):
* ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
* ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
* ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
* ext/nas/nassink.c: (gst_nassink_class_init):
* ext/shout/gstshout.c: (gst_icecastsend_class_init):
* ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
* ext/sndfile/gstsf.c: (gst_sf_class_init):
* ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
(gst_swfdec_class_init):
* ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
* ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
* gst/chart/gstchart.c: (gst_chart_class_init):
* gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
* gst/festival/gstfestival.c: (gst_festival_class_init):
* gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
* gst/filter/gstiir.c: (gst_iir_class_init):
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
* gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
* gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
* gst/mpeg1sys/gstmpeg1systemencode.c:
(gst_system_encode_class_init):
* gst/mpeg1videoparse/gstmp1videoparse.c:
(gst_mp1videoparse_class_init):
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_class_init):
* gst/overlay/gstoverlay.c: (gst_overlay_class_init):
* gst/passthrough/gstpassthrough.c: (passthrough_class_init):
* gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
* gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
* gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
* gst/smooth/gstsmooth.c: (gst_smooth_class_init):
* gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
* gst/stereo/gststereo.c: (gst_stereo_class_init):
* gst/switch/gstswitch.c: (gst_switch_class_init):
* gst/tta/gstttadec.c: (gst_tta_dec_class_init):
* gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
* gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
* gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
* gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
* gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
* sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
* sys/directsound/gstdirectsoundsink.c:
(gst_directsoundsink_class_init):
* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
* sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
* sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
* sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
* sys/v4l2/gstv4l2colorbalance.c:
(gst_v4l2_color_balance_channel_class_init):
* sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
(gst_v4l2_tuner_norm_class_init):
* sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)

13 years ago[MOVED FROM BAD 24/68] gst/: Fix more broken GObject macros
Stefan Kost [Sat, 8 Apr 2006 19:04:01 +0000 (19:04 +0000)]
[MOVED FROM BAD 24/68] gst/: Fix more broken GObject macros

Original commit message from CVS:
* gst/colorspace/gstcolorspace.h:
* gst/deinterlace/gstdeinterlace.h:
* gst/passthrough/gstpassthrough.h:
* gst/y4m/gsty4mencode.h:
Fix more broken GObject macros

13 years ago[MOVED FROM BAD 23/68] rework build; add translations for v4l2
Thomas Vander Stichele [Sat, 1 Apr 2006 10:09:11 +0000 (10:09 +0000)]
[MOVED FROM BAD 23/68] rework build; add translations for v4l2

Original commit message from CVS:
rework build; add translations for v4l2

13 years ago[MOVED FROM BAD 22/68] expand tabs
Thomas Vander Stichele [Tue, 6 Dec 2005 19:55:58 +0000 (19:55 +0000)]
[MOVED FROM BAD 22/68] expand tabs

Original commit message from CVS:
expand tabs

13 years ago[MOVED FROM BAD 21/68] Update for alloc_buffer changes.
Andy Wingo [Mon, 5 Dec 2005 13:04:22 +0000 (13:04 +0000)]
[MOVED FROM BAD 21/68] Update for alloc_buffer changes.

Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

* ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
* ext/faad/gstfaad.c: (gst_faad_chain):
* ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
* ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
* ext/xine/xineinput.c: (gst_xine_input_get):
* gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
* gst/speed/gstspeed.c: (speed_chain):
* gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
alloc_buffer changes.

13 years ago[MOVED FROM BAD 20/68] Fix up all the state change functions.
Jan Schmidt [Mon, 5 Sep 2005 17:20:29 +0000 (17:20 +0000)]
[MOVED FROM BAD 20/68] Fix up all the state change functions.

Original commit message from CVS:
Fix up all the state change functions.

13 years ago[MOVED FROM BAD 19/68] pound some sense in the colorspace elements
Thomas Vander Stichele [Sun, 14 Aug 2005 16:21:00 +0000 (16:21 +0000)]
[MOVED FROM BAD 19/68] pound some sense in the colorspace elements

Original commit message from CVS:
pound some sense in the colorspace elements

13 years ago[MOVED FROM BAD 18/68] Way, way, way too many files: Remove crack comment from the...
Andy Wingo [Tue, 5 Jul 2005 10:51:49 +0000 (10:51 +0000)]
[MOVED FROM BAD 18/68] Way, way, way too many files: Remove crack comment from the 2000 era.

Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* Way, way, way too many files:
Remove crack comment from the 2000 era.

13 years ago[MOVED FROM BAD 17/68] more working plugins
Steve Lhomme [Tue, 27 Jul 2004 21:41:30 +0000 (21:41 +0000)]
[MOVED FROM BAD 17/68] more working plugins

Original commit message from CVS:
more working plugins

13 years ago[MOVED FROM BAD 16/68] rename GStreamer-0.8.lib to libgstreamer.lib
Steve Lhomme [Tue, 27 Jul 2004 09:57:33 +0000 (09:57 +0000)]
[MOVED FROM BAD 16/68] rename GStreamer-0.8.lib to libgstreamer.lib

Original commit message from CVS:
rename GStreamer-0.8.lib to libgstreamer.lib

13 years ago[MOVED FROM BAD 15/68] avoid problems with math.h, fix release dependancy
Steve Lhomme [Tue, 27 Jul 2004 09:48:51 +0000 (09:48 +0000)]
[MOVED FROM BAD 15/68] avoid problems with math.h, fix release dependancy

Original commit message from CVS:
avoid problems with math.h, fix release dependancy

13 years ago[MOVED FROM BAD 14/68] local include fixes
Steve Lhomme [Mon, 26 Jul 2004 22:11:21 +0000 (22:11 +0000)]
[MOVED FROM BAD 14/68] local include fixes

Original commit message from CVS:
local include fixes
Fix some 64 bits constants to be glib friendly
issue for a vararg macro with MSVC