platform/upstream/gstreamer.git
12 years agoupdate for get_param changes
Wim Taymans [Tue, 27 Mar 2012 10:44:02 +0000 (12:44 +0200)]
update for get_param changes

Remove the const from the GstCaps.
Fix some GstStructure leaks.

12 years agovideo: remove bogus define
Mark Nauwelaerts [Mon, 26 Mar 2012 16:13:13 +0000 (18:13 +0200)]
video: remove bogus define

12 years agoReplace master with 0.11
Wim Taymans [Mon, 26 Mar 2012 09:56:48 +0000 (11:56 +0200)]
Replace master with 0.11

12 years agoback to devel
Wim Taymans [Thu, 22 Mar 2012 14:55:11 +0000 (15:55 +0100)]
back to devel

12 years agoRelease 0.11.3
Wim Taymans [Thu, 22 Mar 2012 14:50:36 +0000 (15:50 +0100)]
Release 0.11.3

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Thu, 22 Mar 2012 10:35:13 +0000 (11:35 +0100)]
Merge branch 'master' into 0.11

Conflicts:
.gitignore
common
configure.ac
ext/vorbis/gstvorbisdeclib.h
gst-libs/gst/audio/gstaudioencoder.c
gst-libs/gst/riff/riff-read.c
gst/playback/gstplaysink.c
gst/playback/gstplaysinkconvertbin.c
tests/check/libs/video.c

12 years agodefs: update
Wim Taymans [Wed, 21 Mar 2012 12:20:19 +0000 (13:20 +0100)]
defs: update

12 years agotests: don't include element header files
Wim Taymans [Wed, 21 Mar 2012 12:19:50 +0000 (13:19 +0100)]
tests: don't include element header files

12 years agoorc: avoid precompilation
Wim Taymans [Tue, 20 Mar 2012 14:37:42 +0000 (15:37 +0100)]
orc: avoid precompilation

Avoid compiling all the functions at startup but compile only what's needed when
needed.

12 years agotheoradec: add performance debug
Wim Taymans [Tue, 20 Mar 2012 12:31:24 +0000 (13:31 +0100)]
theoradec: add performance debug

12 years agooggdemux: avoid memcpy in pull mode
Wim Taymans [Tue, 20 Mar 2012 12:18:19 +0000 (13:18 +0100)]
oggdemux: avoid memcpy in pull mode

In pull mode, we can now ask the upstream element to write directly into the
memory provided by libogg.

12 years agoupdate for memory api changes
Wim Taymans [Tue, 20 Mar 2012 09:23:47 +0000 (10:23 +0100)]
update for memory api changes

12 years agopbutils: make encoding profile classes opaque
Tim-Philipp Müller [Wed, 14 Mar 2012 14:51:22 +0000 (14:51 +0000)]
pbutils: make encoding profile classes opaque

Don't typedef them to GObjectClass directly, but hide behind
private structs. Fixes issues with gobject-introspection
and GstEncodingProfileClass.

https://bugzilla.gnome.org/show_bug.cgi?id=668542

12 years agovideo: fix assertion comparison mishap
Mark Nauwelaerts [Tue, 20 Mar 2012 10:22:29 +0000 (11:22 +0100)]
video: fix assertion comparison mishap

12 years agoaudio: include audio enumtypes
Mark Nauwelaerts [Mon, 19 Mar 2012 15:18:56 +0000 (16:18 +0100)]
audio: include audio enumtypes

12 years agovideo: add function to copy one video plane
Wim Taymans [Mon, 19 Mar 2012 11:26:11 +0000 (12:26 +0100)]
video: add function to copy one video plane

12 years agoriff: map IPRD ("product") tag to GST_TAG_ALBUM
Tim-Philipp Müller [Sun, 18 Mar 2012 22:56:58 +0000 (22:56 +0000)]
riff: map IPRD ("product") tag to GST_TAG_ALBUM

http://www.bass.radio42.com/help/html/7e1a8908-88bd-d54b-77d7-f0d08466284c.htm

https://bugzilla.gnome.org/show_bug.cgi?id=670286

12 years agodon't pass random pointers to pull_range
Wim Taymans [Fri, 16 Mar 2012 20:46:47 +0000 (21:46 +0100)]
don't pass random pointers to pull_range

12 years agovideotestsrc: fix decide_allocation
Wim Taymans [Fri, 16 Mar 2012 19:22:19 +0000 (20:22 +0100)]
videotestsrc: fix decide_allocation

We want to propose a videopool even if downstream didn't provide one.

12 years agoupdate for bufferpool changes
Wim Taymans [Thu, 15 Mar 2012 21:10:58 +0000 (22:10 +0100)]
update for bufferpool changes

12 years agoupdate for allocation query changes
Wim Taymans [Thu, 15 Mar 2012 19:36:51 +0000 (20:36 +0100)]
update for allocation query changes

12 years agoupdate for bufferpool api change
Wim Taymans [Thu, 15 Mar 2012 13:06:24 +0000 (14:06 +0100)]
update for bufferpool api change

12 years agoplaysink: send navigation event to the sink as a fallback
Vincent Penquerc'h [Thu, 15 Mar 2012 12:59:38 +0000 (12:59 +0000)]
playsink: send navigation event to the sink as a fallback

When the video sink is a fakesink, which does not implement the
navigation interface, playsink will drop the navigation command.
In this case, send to the video sink as a fallback. It breaks
the interface abstraction, but is better than just dropping the
navigation event.

12 years agoupdate for memory api changes
Wim Taymans [Thu, 15 Mar 2012 12:32:08 +0000 (13:32 +0100)]
update for memory api changes

12 years agoupdate for memory api changes
Wim Taymans [Wed, 14 Mar 2012 20:35:45 +0000 (21:35 +0100)]
update for memory api changes

12 years agotake padding into account
Wim Taymans [Wed, 14 Mar 2012 18:52:03 +0000 (19:52 +0100)]
take padding into account

12 years agotests: add unit test for premultiplied alpha handling of video overlay rectangles
Tim-Philipp Müller [Wed, 14 Mar 2012 17:59:31 +0000 (17:59 +0000)]
tests: add unit test for premultiplied alpha handling of video overlay rectangles

https://bugzilla.gnome.org/show_bug.cgi?id=668483

12 years agovideo: overlay-composition: fix alpha premultiply and unpremultiply
Tim-Philipp Müller [Wed, 14 Mar 2012 17:46:23 +0000 (17:46 +0000)]
video: overlay-composition: fix alpha premultiply and unpremultiply

Fix component offsets for little endian systems.

https://bugzilla.gnome.org/show_bug.cgi?id=668483

12 years agovideo: overlay-composition: fix rectangle caching after alpha (un)premultiplying
Holger Kaelberer [Wed, 14 Mar 2012 17:28:57 +0000 (17:28 +0000)]
video: overlay-composition: fix rectangle caching after alpha (un)premultiplying

If we are asked to (un)premultiply,we need to create the new rectangle
with the right flags, so we can find it properly on subsequent cache
lookups (also because it's wrong otherwise).

https://bugzilla.gnome.org/show_bug.cgi?id=668483

12 years agovideo: overlay-composition: fix crash when doing premultiplied<->unpremultiplied...
Holger Kaelberer [Wed, 14 Mar 2012 17:18:47 +0000 (17:18 +0000)]
video: overlay-composition: fix crash when doing premultiplied<->unpremultiplied alpha conversion

We need to copy the pixels before messing with them, not least
because the buffer creation code below assumes it's ok to take
ownership.

Fixes crash caused by double-free.

https://bugzilla.gnome.org/show_bug.cgi?id=668483

12 years agovideo: overlay-composition: check the right flags when searching for a cached rectangle
Holger Kaelberer [Wed, 14 Mar 2012 16:42:24 +0000 (16:42 +0000)]
video: overlay-composition: check the right flags when searching for a cached rectangle

Compare the flags of the *cached* rectangle to the desired flags when
checking for a suitable rectangle in the cache.

https://bugzilla.gnome.org/show_bug.cgi?id=668483

12 years agotests: remove ASSERT_CRITICAL disablement in overlay composition unit test
Tim-Philipp Müller [Wed, 14 Mar 2012 15:31:45 +0000 (15:31 +0000)]
tests: remove ASSERT_CRITICAL disablement in overlay composition unit test

No idea why that was there.

12 years agoplaysink: remove circular ref between bin and internal pad
Mark Nauwelaerts [Wed, 14 Mar 2012 10:04:25 +0000 (11:04 +0100)]
playsink: remove circular ref between bin and internal pad

... by not assigning an additional ref to an async blocked callback,
which should not be called anyway by the time the object is gone.

Fixes #672006.

12 years agoxvimagesink: free owned discarded pool configuration
Mark Nauwelaerts [Wed, 14 Mar 2012 16:14:43 +0000 (17:14 +0100)]
xvimagesink: free owned discarded pool configuration

12 years agovorbisdec: support modern Tremor versions
Peter Korsgaard [Wed, 25 Jan 2012 22:53:04 +0000 (23:53 +0100)]
vorbisdec: support modern Tremor versions

Tremor changed to use standard libogg rather than its own incompatible
copy back in Aug 2010 (r17375), causing gst-plugin-base build to fail.

Tremolo so far unfortunately hasn't been updated. Restructure
vorbisdeclib.h so the int/float logic is seperate from the ogg handling,
and only use the legacy _ogg_packet_wrapper code for Tremolo.

https://bugzilla.gnome.org/show_bug.cgi?id=668726

12 years agovideometa: also copy map/unmap functions
Wim Taymans [Tue, 13 Mar 2012 19:17:55 +0000 (20:17 +0100)]
videometa: also copy map/unmap functions

12 years agortpbasepay: add support for DTS and PTS
Wim Taymans [Tue, 13 Mar 2012 17:15:04 +0000 (18:15 +0100)]
rtpbasepay: add support for DTS and PTS

12 years agoplaysink: provide fresh copy for gst_caps_merge
Mark Nauwelaerts [Tue, 13 Mar 2012 14:24:38 +0000 (15:24 +0100)]
playsink: provide fresh copy for gst_caps_merge

... since it is documented to modify provided caps.

12 years agooggdemux: only create unknown caps once
Wim Taymans [Tue, 13 Mar 2012 11:40:11 +0000 (12:40 +0100)]
oggdemux: only create unknown caps once

12 years agoaudio: fix debug line
Wim Taymans [Tue, 13 Mar 2012 11:39:52 +0000 (12:39 +0100)]
audio: fix debug line

12 years agoconfigure: bump AS_LIBTOOL version
Tim-Philipp Müller [Mon, 12 Mar 2012 23:29:26 +0000 (23:29 +0000)]
configure: bump AS_LIBTOOL version

API was added in libgsttag, libgstaudio and libgstvideo

12 years agoconfigure: backport AS_LIBTOOL version from 0.10.36 release
Tim-Philipp Müller [Mon, 12 Mar 2012 23:28:12 +0000 (23:28 +0000)]
configure: backport AS_LIBTOOL version from 0.10.36 release

Should fix issues with missing symbols for people who install GStreamer
from source and at some point jumped back and forth between git master
and the 0.10.36 release (or 0.10. branch).

12 years agovideotestsrc: don't leak the bufferpool
Wim Taymans [Mon, 12 Mar 2012 18:51:21 +0000 (19:51 +0100)]
videotestsrc: don't leak the bufferpool

12 years agotests: update for caps api changes
Wim Taymans [Mon, 12 Mar 2012 16:16:46 +0000 (17:16 +0100)]
tests: update for caps api changes

12 years agoconfigure.ac : bump GLib requirement to 2.31.14
Sreerenj Balachandran [Mon, 12 Mar 2012 14:39:14 +0000 (16:39 +0200)]
configure.ac : bump GLib requirement to 2.31.14

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911

12 years agotests: fix for caps change
Wim Taymans [Mon, 12 Mar 2012 11:40:09 +0000 (12:40 +0100)]
tests: fix for caps change

12 years agotests: fix for caps _normalize changes
Wim Taymans [Mon, 12 Mar 2012 11:22:54 +0000 (12:22 +0100)]
tests: fix for caps _normalize changes

12 years agofix for caps API changes
Wim Taymans [Sun, 11 Mar 2012 18:04:41 +0000 (19:04 +0100)]
fix for caps API changes

12 years agoriff: extract track number and album artist tags from INFO chunks
Tim-Philipp Müller [Fri, 9 Mar 2012 20:54:00 +0000 (20:54 +0000)]
riff: extract track number and album artist tags from INFO chunks

https://bugzilla.gnome.org/show_bug.cgi?id=670286

12 years agoriff: when reading tags from INFO chunk, accept lower-case IDs as well
Tim-Philipp Müller [Fri, 9 Mar 2012 20:53:27 +0000 (20:53 +0000)]
riff: when reading tags from INFO chunk, accept lower-case IDs as well

12 years agoconfigure: fix AC_LANG_SOURCE-related warnings when doing autogen.sh
Tim-Philipp Müller [Fri, 9 Mar 2012 16:56:00 +0000 (16:56 +0000)]
configure: fix AC_LANG_SOURCE-related warnings when doing autogen.sh

12 years agoaudiobasesink: add some G_LIKELY
Wim Taymans [Fri, 9 Mar 2012 16:15:38 +0000 (17:15 +0100)]
audiobasesink: add some G_LIKELY

12 years ago.gitignore: add new playback-test binary
Tim-Philipp Müller [Fri, 9 Mar 2012 15:41:30 +0000 (15:41 +0000)]
.gitignore: add new playback-test binary

12 years agoaudio: avoid buffer copy when nothing is clipped
Wim Taymans [Fri, 9 Mar 2012 15:17:54 +0000 (16:17 +0100)]
audio: avoid buffer copy when nothing is clipped

when nothing is clipped, return the input buffer instead of creating and
returning an identical copy.

12 years agoplaybin2: do not take a superfluous ref on uridecodebin instances
Mark Nauwelaerts [Fri, 9 Mar 2012 13:16:03 +0000 (14:16 +0100)]
playbin2: do not take a superfluous ref on uridecodebin instances

... which are no longer FLOATING.

12 years agouridecodebin: restore FLOATING flag when reusing decodebin instance
Mark Nauwelaerts [Fri, 9 Mar 2012 13:15:44 +0000 (14:15 +0100)]
uridecodebin: restore FLOATING flag when reusing decodebin instance

... which avoids leaking these due to an extra ref later on.

12 years agoaudio{en,de}coder: Add optional open/close vfuncs
Sebastian Dröge [Fri, 9 Mar 2012 09:54:48 +0000 (10:54 +0100)]
audio{en,de}coder: Add optional open/close vfuncs

This can be used to do something in NULL->READY, like checking
if a hardware codec is actually available and to error out early.

12 years agopango: re-port pangocairo deprecation and compiler warning fixes from 0.10
Tim-Philipp Müller [Thu, 8 Mar 2012 20:54:49 +0000 (20:54 +0000)]
pango: re-port pangocairo deprecation and compiler warning fixes from 0.10

Wasn't applied because that code is in the new private base class.

12 years agovorbisdec: fix up for 0.11 after merge
Tim-Philipp Müller [Thu, 8 Mar 2012 20:49:46 +0000 (20:49 +0000)]
vorbisdec: fix up for 0.11 after merge

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Thu, 8 Mar 2012 20:31:34 +0000 (20:31 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

Conflicts:
common
docs/libs/gst-plugins-base-libs.types
ext/pango/gsttextoverlay.c
ext/vorbis/gstvorbisdec.c
gst/playback/gstplaysink.c
gst/playback/gstplaysinkconvertbin.c
sys/ximage/ximagesink.c
sys/xvimage/xvimagesink.c

12 years agoplaysink: audio convert bin need not be unconditionally present
Mark Nauwelaerts [Thu, 8 Mar 2012 16:55:37 +0000 (17:55 +0100)]
playsink: audio convert bin need not be unconditionally present

... so avoid NULL manipulation when setting up chain again
(e.g. after having partially gone down to READY in native audio flag
configuration).

12 years agoplaysink: plug element leak
Mark Nauwelaerts [Thu, 8 Mar 2012 14:17:40 +0000 (15:17 +0100)]
playsink: plug element leak

12 years agocheck: Disable another lanczos videoscale test
Edward Hervey [Thu, 8 Mar 2012 14:24:19 +0000 (15:24 +0100)]
check: Disable another lanczos videoscale test

Segfaults hard

12 years agovideopool: only do alignment when videometa is enabled
Wim Taymans [Thu, 8 Mar 2012 12:03:22 +0000 (13:03 +0100)]
videopool: only do alignment when videometa is enabled

We require the videometa activated before we can implement the alignment of
buffers. Users of the bufferpool should do this manually based on the results of
the allocation query.

12 years agotests: deal with lists of formats
Wim Taymans [Thu, 8 Mar 2012 09:59:48 +0000 (10:59 +0100)]
tests: deal with lists of formats

12 years agovideoscale: fix broken format filter
Wim Taymans [Thu, 8 Mar 2012 09:22:49 +0000 (10:22 +0100)]
videoscale: fix broken format filter

Simply intersect the format with the supported formats to make the code deal
with lists of formats.

12 years agoRevert "ogg: Fix handling of unset granuleshift for the skeleton parser"
Tim-Philipp Müller [Wed, 7 Mar 2012 12:45:46 +0000 (12:45 +0000)]
Revert "ogg: Fix handling of unset granuleshift for the skeleton parser"

This reverts commit 7418ddd753608a5fb134afeb25d7bb4e5ddc38ec.

This breaks the unit test and messes up preroll/seeking.

12 years agocommon: update common module
Tim-Philipp Müller [Wed, 7 Mar 2012 12:39:41 +0000 (12:39 +0000)]
common: update common module

For new check-norepeat target.

12 years agowin32: update defs for new libgstaudio symbol
Edward Hervey [Wed, 7 Mar 2012 08:04:18 +0000 (09:04 +0100)]
win32: update defs for new libgstaudio symbol

12 years agovorbisdec: simplify tag handling using base class helper
Mark Nauwelaerts [Tue, 6 Mar 2012 14:57:21 +0000 (15:57 +0100)]
vorbisdec: simplify tag handling using base class helper

12 years agoaudiodecoder: add some tag handling convenience help
Mark Nauwelaerts [Tue, 6 Mar 2012 14:56:42 +0000 (15:56 +0100)]
audiodecoder: add some tag handling convenience help

12 years agoaudiodecoder: add baseclass _CAST macro
Mark Nauwelaerts [Tue, 6 Mar 2012 14:55:26 +0000 (15:55 +0100)]
audiodecoder: add baseclass _CAST macro

12 years agox11: fix typos
Wim Taymans [Tue, 6 Mar 2012 14:20:02 +0000 (15:20 +0100)]
x11: fix typos

12 years agopango: Fix 'implicit conversion from enumeration type 'GstTextOverlayLineAlign' to...
Sebastian Dröge [Tue, 6 Mar 2012 12:11:16 +0000 (13:11 +0100)]
pango: Fix 'implicit conversion from enumeration type 'GstTextOverlayLineAlign' to different enumeration type 'PangoAlignment'' compiler warning

12 years agoogg: Fix handling of unset granuleshift for the skeleton parser
Sebastian Dröge [Tue, 6 Mar 2012 12:09:05 +0000 (13:09 +0100)]
ogg: Fix handling of unset granuleshift for the skeleton parser

And also add a helper function to properly clear/reset/free the
GstOggStream structures.

12 years agovideometa: make video metatransform
Wim Taymans [Tue, 6 Mar 2012 11:52:01 +0000 (12:52 +0100)]
videometa: make video metatransform

Make more generic video meta transform data that can be used for many video
transformations later.

12 years agoxvimagesink: Fix 'comparison of unsigned expression >= 0 is always true'
Sebastian Dröge [Tue, 6 Mar 2012 11:47:33 +0000 (12:47 +0100)]
xvimagesink: Fix 'comparison of unsigned expression >= 0 is always true'

-1 aka 0xffffffff is the only possible 'negative' value that is used
as a special value for 'not set' here. All other positive values are
valid.

12 years agovideo-blend: Actually allow negative offsets in the function signature too
Sebastian Dröge [Tue, 6 Mar 2012 11:42:03 +0000 (12:42 +0100)]
video-blend: Actually allow negative offsets in the function signature too

12 years agopbutils: Fix 'comparison of unsigned enum expression < 0 is always false' compiler...
Sebastian Dröge [Tue, 6 Mar 2012 11:40:36 +0000 (12:40 +0100)]
pbutils: Fix 'comparison of unsigned enum expression < 0 is always false' compiler warning

12 years agodocs: make videooverlaycomposition types show up in the docs
Stefan Sauer [Mon, 5 Mar 2012 13:19:24 +0000 (14:19 +0100)]
docs: make videooverlaycomposition types show up in the docs

12 years agoxvimage: improve debugging
Wim Taymans [Mon, 5 Mar 2012 14:28:36 +0000 (15:28 +0100)]
xvimage: improve debugging

12 years agoplaysink: Chain up to the parent's GstBin::handle_message() for non-prepare-xoverlay...
Sebastian Dröge [Mon, 5 Mar 2012 14:23:20 +0000 (15:23 +0100)]
playsink: Chain up to the parent's GstBin::handle_message() for non-prepare-xoverlay element messages

12 years agoaudio: add helper function to convert mask to channel positions
Mark Nauwelaerts [Mon, 5 Mar 2012 11:29:26 +0000 (12:29 +0100)]
audio: add helper function to convert mask to channel positions

... as there may be other than raw audio formats using a channel mask,
and there is already one to convert the other way around.

12 years agoaudioencoder: stop proxying some old-style 0.10 raw audio caps fields
Mark Nauwelaerts [Mon, 5 Mar 2012 11:26:29 +0000 (12:26 +0100)]
audioencoder: stop proxying some old-style 0.10 raw audio caps fields

12 years agoaudioencoder: store segment event as pending event to forego dropping it
Mark Nauwelaerts [Mon, 5 Mar 2012 11:25:50 +0000 (12:25 +0100)]
audioencoder: store segment event as pending event to forego dropping it

12 years agoaudiodecoder: plug caps leak when setting output format
Mark Nauwelaerts [Mon, 5 Mar 2012 11:23:56 +0000 (12:23 +0100)]
audiodecoder: plug caps leak when setting output format

12 years agox-raw-bayer -> x-bayer
Wim Taymans [Mon, 5 Mar 2012 11:42:27 +0000 (12:42 +0100)]
x-raw-bayer -> x-bayer

Rename x-raw-bayer to x-bayer. We might want to merge this with x-raw eventually
but for now keep the x-raw namespace clean.

12 years agoxvimagesink: don't use deprecated XKeycodeToKeysym
Oleksij Rempel (Alexey Fisher) [Mon, 5 Mar 2012 10:09:12 +0000 (11:09 +0100)]
xvimagesink: don't use deprecated XKeycodeToKeysym

https://bugzilla.gnome.org/show_bug.cgi?id=671299

Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
12 years agoximagesink: don't use deprecated XKeycodeToKeysym
Oleksij Rempel (Alexey Fisher) [Mon, 5 Mar 2012 10:07:39 +0000 (11:07 +0100)]
ximagesink: don't use deprecated XKeycodeToKeysym

https://bugzilla.gnome.org/show_bug.cgi?id=671299

Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
12 years agoaudiodecoder: enhance some debug statement
Mark Nauwelaerts [Mon, 5 Mar 2012 09:59:00 +0000 (10:59 +0100)]
audiodecoder: enhance some debug statement

12 years agopango: don't use deprecated pango_cairo_font_map_create_context()
Oleksij Rempel (Alexey Fisher) [Sun, 4 Mar 2012 09:28:49 +0000 (10:28 +0100)]
pango: don't use deprecated pango_cairo_font_map_create_context()

https://bugzilla.gnome.org/show_bug.cgi?id=671300

12 years agotests: add test to check discoverer return code for missing plugins case
Tim-Philipp Müller [Sat, 3 Mar 2012 13:51:55 +0000 (13:51 +0000)]
tests: add test to check discoverer return code for missing plugins case

https://bugzilla.gnome.org/show_bug.cgi?id=671047

12 years agodiscoverer: don't change result for missing plugin errors
Jonathan Matthew [Wed, 29 Feb 2012 11:25:24 +0000 (21:25 +1000)]
discoverer: don't change result for missing plugin errors

https://bugzilla.gnome.org/show_bug.cgi?id=671047

12 years agovideoconvert: use base class new vmethods
Wim Taymans [Fri, 2 Mar 2012 16:35:40 +0000 (17:35 +0100)]
videoconvert: use base class new vmethods

Use the base class filter_meta to proxy all metadata upstream.
Use the base class transform_meta to let it copy all non-colorspace dependent
metadata.

12 years agovideofilter: always chain up to parent propose_allocation
Wim Taymans [Fri, 2 Mar 2012 16:34:50 +0000 (17:34 +0100)]
videofilter: always chain up to parent propose_allocation

12 years agovideoconvert: remove old metadata code
Wim Taymans [Fri, 2 Mar 2012 16:12:25 +0000 (17:12 +0100)]
videoconvert: remove old metadata code

The subclass can help us better

12 years agotheoradec: init VideoInfo before usage.
Wim Taymans [Fri, 2 Mar 2012 16:10:26 +0000 (17:10 +0100)]
theoradec: init VideoInfo before usage.

12 years agovideometa: add videoscale metadata transform
Wim Taymans [Fri, 2 Mar 2012 12:04:26 +0000 (13:04 +0100)]
videometa: add videoscale metadata transform

12 years agovideoconvert: update for copy data changes
Wim Taymans [Fri, 2 Mar 2012 12:03:51 +0000 (13:03 +0100)]
videoconvert: update for copy data changes

12 years agovideoscale: remove old caps fields
Wim Taymans [Fri, 2 Mar 2012 12:03:29 +0000 (13:03 +0100)]
videoscale: remove old caps fields