platform/upstream/gstreamer.git
14 years agovideosignal: remove unused macros
René Stadler [Fri, 4 Sep 2009 13:25:05 +0000 (16:25 +0300)]
videosignal: remove unused macros

14 years agoresindvdbin: Use gst_caps_can_intersect() because it's faster
Sebastian Dröge [Sat, 26 Sep 2009 15:23:02 +0000 (17:23 +0200)]
resindvdbin: Use gst_caps_can_intersect() because it's faster

14 years agorsnaudiodec: Use ghost pads and always forward application/x-gst-dvd events immediately
Sebastian Dröge [Sat, 26 Sep 2009 15:21:35 +0000 (17:21 +0200)]
rsnaudiodec: Use ghost pads and always forward application/x-gst-dvd events immediately

Fixes bug #582779.

14 years agoresindvdbin: Use autoconvert in rsnaudiodec and build a list of possible decoders
Jan Schmidt [Sat, 26 Sep 2009 15:19:32 +0000 (17:19 +0200)]
resindvdbin: Use autoconvert in rsnaudiodec and build a list of possible decoders

Partially fixes bug #582779.

14 years agobaseparse: sync baseparse change
Mark Nauwelaerts [Fri, 25 Sep 2009 14:54:10 +0000 (16:54 +0200)]
baseparse: sync baseparse change

14 years agoaacparse: forego (bogus) parsing of already parsed (raw) input
Mark Nauwelaerts [Fri, 25 Sep 2009 15:02:53 +0000 (17:02 +0200)]
aacparse: forego (bogus) parsing of already parsed (raw) input

14 years agoinputselector: Use new single iterator for the internally linked pads
Sebastian Dröge [Fri, 25 Sep 2009 09:07:02 +0000 (11:07 +0200)]
inputselector: Use new single iterator for the internally linked pads

This fixes a deadlock and removes some useless code.

14 years agorsnstreamselector: Use new single object iterator for the internally linked pads
Sebastian Dröge [Fri, 25 Sep 2009 09:04:01 +0000 (11:04 +0200)]
rsnstreamselector: Use new single object iterator for the internally linked pads

This prevents an ugly deadlock.

14 years agoresindvdbin: Don't block the external ghost pads but only their targets
Sebastian Dröge [Fri, 25 Sep 2009 08:50:31 +0000 (10:50 +0200)]
resindvdbin: Don't block the external ghost pads but only their targets

14 years agocog: use BUILT_SOURCES instead of temp library
David Schleef [Thu, 24 Sep 2009 18:26:29 +0000 (11:26 -0700)]
cog: use BUILT_SOURCES instead of temp library

14 years agoFix warnings with gcc 4.0.1.
Alessandro Decina [Wed, 23 Sep 2009 10:32:54 +0000 (12:32 +0200)]
Fix warnings with gcc 4.0.1.

14 years agoconfigure: fix --disable-external again
Tim-Philipp Müller [Tue, 22 Sep 2009 11:25:13 +0000 (12:25 +0100)]
configure: fix --disable-external again

14 years agoRevert "LV2 preset support."
Stefan Kost [Tue, 22 Sep 2009 10:44:14 +0000 (13:44 +0300)]
Revert "LV2 preset support."

This reverts commit c95f59cd2dc129899b37fecaa52c89db3d8a5ef8.

14 years agoRevert "Fix property index when setting preset."
Stefan Kost [Tue, 22 Sep 2009 10:43:57 +0000 (13:43 +0300)]
Revert "Fix property index when setting preset."

This reverts commit 0a6b22b1917af8a89db1981a0f5df3dcee78b1dd.

14 years agocog: fix the build
Stefan Kost [Tue, 22 Sep 2009 10:23:25 +0000 (13:23 +0300)]
cog: fix the build

Add a uninstalled convinience libtool library containing the generated sources.
Add that as a dependency to the plugin.

14 years agoFix property index when setting preset.
Dave Robillard [Mon, 17 Aug 2009 21:21:41 +0000 (17:21 -0400)]
Fix property index when setting preset.

14 years agoLV2 preset support.
Dave Robillard [Mon, 17 Aug 2009 21:06:40 +0000 (17:06 -0400)]
LV2 preset support.

14 years agopnm: Handle ASCII encoded PNM data that is split over multiple buffers
Lutz Mueller [Tue, 22 Sep 2009 06:11:36 +0000 (08:11 +0200)]
pnm: Handle ASCII encoded PNM data that is split over multiple buffers

Also:
- unref buffers after gst_buffer_span
- fix scanning of header if header data is split over several buffers

Fixes bug #595700.

14 years agocog: Add quality setting to cogscale
David Schleef [Mon, 21 Sep 2009 18:33:50 +0000 (11:33 -0700)]
cog: Add quality setting to cogscale

14 years agocog: (re-)implement 1/2/4-tap scaling
David Schleef [Mon, 21 Sep 2009 16:35:30 +0000 (09:35 -0700)]
cog: (re-)implement 1/2/4-tap scaling

14 years agocog: Fix the virtual frame line cache
David Schleef [Mon, 21 Sep 2009 16:30:44 +0000 (09:30 -0700)]
cog: Fix the virtual frame line cache

14 years agoceltenc: VBR requires celt-0.6.0
David Schleef [Mon, 21 Sep 2009 16:49:23 +0000 (09:49 -0700)]
celtenc: VBR requires celt-0.6.0

14 years agompegtsparse: Specify that psi table is static const.
Edward Hervey [Mon, 21 Sep 2009 10:06:55 +0000 (12:06 +0200)]
mpegtsparse: Specify that psi table is static const.

This avoids re-allocating it every single time we go into it.
Roughly 10% performance boost in overall tsparse processing time.

14 years agoRevert "mpegtsparse: use fixed size array rather than dynamically allocating"
Zaheer Abbas Merali [Sun, 20 Sep 2009 16:53:24 +0000 (17:53 +0100)]
Revert "mpegtsparse: use fixed size array rather than dynamically allocating"

This reverts commit ae75b6f3666512887ae526f16a1ad41bbf2517ac.

14 years agompegtsparse: use fixed size array rather than dynamically allocating
Zaheer Abbas Merali [Sun, 20 Sep 2009 14:30:59 +0000 (15:30 +0100)]
mpegtsparse: use fixed size array rather than dynamically allocating

14 years agompegtsparse: replace streams hashtable with an array of streams
Zaheer Abbas Merali [Sun, 20 Sep 2009 14:18:46 +0000 (15:18 +0100)]
mpegtsparse: replace streams hashtable with an array of streams

14 years agompegtsparse: unref caps on dispose, reset packet size on _reset
Zaheer Abbas Merali [Sun, 20 Sep 2009 13:08:50 +0000 (14:08 +0100)]
mpegtsparse: unref caps on dispose, reset packet size on _reset

14 years agompegtsparse: make sure packetsize is set on caps of buffers
Zaheer Abbas Merali [Sun, 20 Sep 2009 12:15:14 +0000 (13:15 +0100)]
mpegtsparse: make sure packetsize is set on caps of buffers

14 years agompegtsparse: detect packetsize and don't just assume 188 bytes.
Zaheer Abbas Merali [Sun, 20 Sep 2009 11:38:00 +0000 (12:38 +0100)]
mpegtsparse: detect packetsize and don't just assume 188 bytes.

14 years agoceltenc: Add complexity, cbr, and max-bitrate properties
David Schleef [Sat, 19 Sep 2009 21:10:28 +0000 (14:10 -0700)]
celtenc: Add complexity, cbr, and max-bitrate properties

14 years agocog: autogenerate code, colorspace improvements
David Schleef [Sat, 19 Sep 2009 20:32:19 +0000 (13:32 -0700)]
cog: autogenerate code, colorspace improvements

14 years agocog: remove // comments
David Schleef [Sat, 19 Sep 2009 03:27:44 +0000 (20:27 -0700)]
cog: remove // comments

14 years agompegtsparse: Don't use GstIterator, do change detection ourselves.
Edward Hervey [Wed, 16 Sep 2009 18:39:52 +0000 (20:39 +0200)]
mpegtsparse: Don't use GstIterator, do change detection ourselves.

Using a GstIterator is slow because we have to create/destroy that
iterator every single time.
We just do the threadsafe cookie check and list iteration ourselves.

14 years agompegtsparse: Avoid type-checking casts in tight loops
Edward Hervey [Tue, 15 Sep 2009 21:18:43 +0000 (23:18 +0200)]
mpegtsparse: Avoid type-checking casts in tight loops

14 years agompegtspacketizer: Make next_packet() return an enum.
Edward Hervey [Tue, 15 Sep 2009 21:12:33 +0000 (23:12 +0200)]
mpegtspacketizer: Make next_packet() return an enum.

This avoids calling an extra gst_adapter_available() in a tight loop.

14 years agompegtsparse: More branch prediction macros
Edward Hervey [Tue, 15 Sep 2009 21:11:01 +0000 (23:11 +0200)]
mpegtsparse: More branch prediction macros

14 years agompegtspacketizer: Spread branch prediction macros
Edward Hervey [Tue, 15 Sep 2009 18:49:39 +0000 (20:49 +0200)]
mpegtspacketizer: Spread branch prediction macros

14 years agompegtsparse/mpegtspacketizer: Register and use GQuark for structures.
Edward Hervey [Tue, 15 Sep 2009 17:16:36 +0000 (19:16 +0200)]
mpegtsparse/mpegtspacketizer: Register and use GQuark for structures.

14 years agompegtspacketizer: Initialize debugging in _get_type
Edward Hervey [Tue, 15 Sep 2009 16:57:25 +0000 (18:57 +0200)]
mpegtspacketizer: Initialize debugging in _get_type

There's no need for an extra function since all debuggin will require
a MpegTSPacketizer which means that the GType will be created, therefore
move the debug category initialization there.

14 years agompegtspacketizer: memset structure instead of individually setting fields to 0
Edward Hervey [Tue, 15 Sep 2009 21:09:21 +0000 (23:09 +0200)]
mpegtspacketizer: memset structure instead of individually setting fields to 0

14 years agompegtspacketizer: Remove g_return_if_fail
Edward Hervey [Tue, 15 Sep 2009 21:08:13 +0000 (23:08 +0200)]
mpegtspacketizer: Remove g_return_if_fail

It's overkill for code only used by one element.

14 years agompegtspacketizer/parse: Don't use gst_structure_to_string() for debugging.
Edward Hervey [Tue, 15 Sep 2009 17:44:46 +0000 (19:44 +0200)]
mpegtspacketizer/parse: Don't use gst_structure_to_string() for debugging.

There's GST_PTR_FORMAT for that, and too bad for the systems that don't have
support for that. It just costs too much cpu.

14 years agogst: Remove dead mpegtsparse directory.
Edward Hervey [Tue, 15 Sep 2009 17:00:30 +0000 (19:00 +0200)]
gst: Remove dead mpegtsparse directory.

This was seriously confusing. Also, the code is in gst/mpegdemux/

14 years agocog: fixes to make cog work inside -bad
David Schleef [Fri, 18 Sep 2009 21:25:49 +0000 (14:25 -0700)]
cog: fixes to make cog work inside -bad

14 years agovideomeasure: fix line endings
David Schleef [Fri, 18 Sep 2009 22:06:57 +0000 (15:06 -0700)]
videomeasure: fix line endings

14 years agovideomeasure: fix distcheck
David Schleef [Fri, 18 Sep 2009 22:06:36 +0000 (15:06 -0700)]
videomeasure: fix distcheck

14 years agoschroenc: quiet debugging message in last commit
David Schleef [Fri, 18 Sep 2009 01:16:35 +0000 (18:16 -0700)]
schroenc: quiet debugging message in last commit

14 years agoschroenc: Keep track of granule offset
David Schleef [Fri, 18 Sep 2009 01:15:28 +0000 (18:15 -0700)]
schroenc: Keep track of granule offset

14 years agoCopy cog plugin and video library from cog project
David Schleef [Mon, 31 Aug 2009 17:36:46 +0000 (10:36 -0700)]
Copy cog plugin and video library from cog project

14 years agoschrodec: Fix resync bug due to adapter API change
David Schleef [Thu, 17 Sep 2009 23:54:57 +0000 (16:54 -0700)]
schrodec: Fix resync bug due to adapter API change

gst_adapter_masked_scan_uint32() changed slightly from when
this element was in Schroedinger.  Oops.

14 years agobasevideo: debug at new segment events
David Schleef [Thu, 17 Sep 2009 23:57:16 +0000 (16:57 -0700)]
basevideo: debug at new segment events

14 years agompegtsdemux: Set DISCONT on buffers
David Schleef [Thu, 17 Sep 2009 23:54:14 +0000 (16:54 -0700)]
mpegtsdemux: Set DISCONT on buffers

14 years agobasevideo: Add a warning
David Schleef [Thu, 17 Sep 2009 17:50:40 +0000 (10:50 -0700)]
basevideo: Add a warning

14 years agoceltenc: don't limit bit rate
David Schleef [Thu, 17 Sep 2009 17:49:13 +0000 (10:49 -0700)]
celtenc: don't limit bit rate

14 years agopnm: Add ASCII decoding support
Lutz Mueller [Thu, 17 Sep 2009 07:38:02 +0000 (09:38 +0200)]
pnm: Add ASCII decoding support

...and make the ASCII output of the encoder a bit more pretty.

Fixes bug #595409.

14 years agopnm: Remove the experimental status from the pnm plugin
Sebastian Dröge [Thu, 17 Sep 2009 07:35:00 +0000 (09:35 +0200)]
pnm: Remove the experimental status from the pnm plugin

14 years agoMore tolerate port group support, plugin cleanup.
Dave Robillard [Fri, 14 Aug 2009 22:08:56 +0000 (18:08 -0400)]
More tolerate port group support, plugin cleanup.

Gracefully handle plugins with illegal groups that contain no symbol by
treating ports in that group normally (i.e. as if they weren't part of a
group).  The port groups spec mandates that groups have a valid unique
symbol, but plugins aren't perfect...

Make (conceptually) static plugin variables actually (C) static,
and clean up SLV2 related things with a GCC shared library destructor,
if GCC is in use.

14 years agoMake mono warning visible in public documentation.
Dave Robillard [Wed, 12 Aug 2009 05:07:57 +0000 (01:07 -0400)]
Make mono warning visible in public documentation.

14 years agoMulti-channel support with channel positions.
Dave Robillard [Wed, 12 Aug 2009 05:03:32 +0000 (01:03 -0400)]
Multi-channel support with channel positions.

This queries port roles from the LV2 data and converts it into GStreamer
channel positions.  This should allow any type of multi-channel plugin
(including beyond stereo, e.g. surround) to work fine in GStreamer,
and with elements that require channel positions to be explicitly stated.

14 years agoAdd documentation for LV2 element.
Dave Robillard [Tue, 11 Aug 2009 03:12:24 +0000 (23:12 -0400)]
Add documentation for LV2 element.

14 years agoFix typo in LADSPA element documentation.
Dave Robillard [Tue, 11 Aug 2009 03:04:47 +0000 (23:04 -0400)]
Fix typo in LADSPA element documentation.

14 years agoBump SLV2 dependency to 0.6.6.
Dave Robillard [Tue, 21 Jul 2009 19:45:06 +0000 (15:45 -0400)]
Bump SLV2 dependency to 0.6.6.

14 years agoAdd swh and calf LV2 port group patches.
Dave Robillard [Sat, 11 Jul 2009 01:52:30 +0000 (21:52 -0400)]
Add swh and calf LV2 port group patches.

14 years agoWorking multi-channel pads for LV2 plugins.
Dave Robillard [Sat, 4 Jul 2009 00:00:11 +0000 (20:00 -0400)]
Working multi-channel pads for LV2 plugins.

14 years agoAllocate a static predicate for pg:inGroup.
Dave Robillard [Sat, 27 Jun 2009 04:25:38 +0000 (00:25 -0400)]
Allocate a static predicate for pg:inGroup.

14 years agoOnly allocate lv2:inPlaceBroken predicate once.
Dave Robillard [Thu, 25 Jun 2009 21:25:52 +0000 (17:25 -0400)]
Only allocate lv2:inPlaceBroken predicate once.

14 years agoEliminate use of static mono pad template.
Dave Robillard [Thu, 25 Jun 2009 19:10:24 +0000 (15:10 -0400)]
Eliminate use of static mono pad template.

14 years agoSeparate port discovery from pad template creation.
Dave Robillard [Thu, 25 Jun 2009 19:07:05 +0000 (15:07 -0400)]
Separate port discovery from pad template creation.

This first counts ports (using the builtin slv2 functions to do so
rather than manually as before), then creates descriptors for each port
and finds all port groups.  Only then are pad templates created (towards
using group information for creating multi-channel pads).

14 years agoUse silly glib types :).
Dave Robillard [Thu, 25 Jun 2009 16:34:03 +0000 (12:34 -0400)]
Use silly glib types :).

14 years agoQuery and store port group information.
Dave Robillard [Sat, 20 Jun 2009 23:52:26 +0000 (19:52 -0400)]
Query and store port group information.

Replace port index arrays with a struct for holding more information
than just indices (e.g. groups).

14 years agoWorking basic LV2 signal processing.
Dave Robillard [Tue, 26 May 2009 02:15:56 +0000 (22:15 -0400)]
Working basic LV2 signal processing.

LV2 plugins, short of any surprises, should work with the same basic
functionality as LADSPA plugins.

14 years agoSet class inPlaceBroken property.
Dave Robillard [Tue, 26 May 2009 00:43:10 +0000 (20:43 -0400)]
Set class inPlaceBroken property.

14 years agodocs: fix example and mention difference to vorbisdec
Stefan Kost [Thu, 17 Sep 2009 06:43:37 +0000 (09:43 +0300)]
docs: fix example and mention difference to vorbisdec

14 years agovdpau: Fix bogus check before unreffing
Jan Schmidt [Wed, 2 Sep 2009 10:11:20 +0000 (11:11 +0100)]
vdpau: Fix bogus check before unreffing

14 years agovdpau: Fix pkg-config test
Jan Schmidt [Tue, 1 Sep 2009 18:48:43 +0000 (19:48 +0100)]
vdpau: Fix pkg-config test

If the pkg-config check doesn't succeed, test with the old method
instead of bailing out of configure with an error.

14 years agovdpauvideopostprocess: handle pixel-aspect-ratio better
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 22:16:02 +0000 (00:16 +0200)]
vdpauvideopostprocess: handle pixel-aspect-ratio better

the implementation is not entirely correct since we assume that the sink
element's pixel-aspect-ratio is 1/1

14 years agovdpauvideopostprocess: remove par from caps since we don't handle it yet
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 20:52:34 +0000 (22:52 +0200)]
vdpauvideopostprocess: remove par from caps since we don't handle it yet

14 years agovdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 20:40:48 +0000 (22:40 +0200)]
vdpauvideopostprocess: don't remove interlaced flag in video_to_output_caps()

14 years agovdpauvideopostprocess: add inverse-telecine property
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 20:23:17 +0000 (22:23 +0200)]
vdpauvideopostprocess: add inverse-telecine property

14 years agovdpauvideopostprocess: fix noise-reduction property getter
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 20:03:11 +0000 (22:03 +0200)]
vdpauvideopostprocess: fix noise-reduction property getter

14 years agovdpauvideopostprocess: add sharpening property
Carl-Anton Ingmarsson [Wed, 19 Aug 2009 20:02:19 +0000 (22:02 +0200)]
vdpauvideopostprocess: add sharpening property

14 years agovdpau: remove gst_vdp_device_new from header
Carl-Anton Ingmarsson [Mon, 17 Aug 2009 21:42:50 +0000 (23:42 +0200)]
vdpau: remove gst_vdp_device_new from header

14 years agovdpausink: fix error handling if gst_vdp_get_device returns NULL
Carl-Anton Ingmarsson [Mon, 17 Aug 2009 21:42:21 +0000 (23:42 +0200)]
vdpausink: fix error handling if gst_vdp_get_device returns NULL

14 years agovdpau: add back vdpausink and vdpauvideopostprocess
Carl-Anton Ingmarsson [Mon, 17 Aug 2009 21:39:52 +0000 (23:39 +0200)]
vdpau: add back vdpausink and vdpauvideopostprocess

14 years agovdpdevice: fix error handling and threadsafety
Carl-Anton Ingmarsson [Mon, 17 Aug 2009 21:39:14 +0000 (23:39 +0200)]
vdpdevice: fix error handling and threadsafety

return NULL incase of initalization errors and guard hashtable access with a mutex

14 years agovdpauvideopostprocess: get correct number of needed frames if we're doing noise reduction
Carl-Anton Ingmarsson [Fri, 17 Jul 2009 20:50:18 +0000 (22:50 +0200)]
vdpauvideopostprocess: get correct number of needed frames if we're doing noise reduction

14 years agovdpaumpegdec: small indent fix
Carl-Anton Ingmarsson [Fri, 17 Jul 2009 20:48:23 +0000 (22:48 +0200)]
vdpaumpegdec: small indent fix

14 years agovdpaumpegdec: fix gst_byte_reader_masked_scan_uint32 usage
Carl-Anton Ingmarsson [Wed, 15 Jul 2009 18:18:33 +0000 (20:18 +0200)]
vdpaumpegdec: fix gst_byte_reader_masked_scan_uint32 usage

14 years agovdpauvidepostprocess: remove boolean noise-reduction property
Carl-Anton Ingmarsson [Sat, 4 Jul 2009 17:48:42 +0000 (19:48 +0200)]
vdpauvidepostprocess: remove boolean noise-reduction property

Use the float one to determine if we should enable noise reduction or not

14 years agovdpauvideopostprocess: add support for noise reduction
Carl-Anton Ingmarsson [Sat, 4 Jul 2009 13:46:02 +0000 (15:46 +0200)]
vdpauvideopostprocess: add support for noise reduction

14 years agovdpauvideopostprocess: add support for deinterlacing
Carl-Anton Ingmarsson [Sat, 4 Jul 2009 11:59:36 +0000 (13:59 +0200)]
vdpauvideopostprocess: add support for deinterlacing

The code is roughly modeled after the deinterlace plugin

14 years agovdpausink: add myself to copyright
Carl-Anton Ingmarsson [Thu, 2 Jul 2009 15:11:10 +0000 (17:11 +0200)]
vdpausink: add myself to copyright

14 years agovdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcaps
Carl-Anton Ingmarsson [Thu, 2 Jul 2009 12:01:16 +0000 (14:01 +0200)]
vdpauvideopostprocess: s/gst_vdp_vpp_set_caps/gst_vdp_vpp_sink_setcaps

14 years agovdpaumpegdec: use gst_byte_reader_masked_scan_uint32 instead of our own version
Carl-Anton Ingmarsson [Wed, 1 Jul 2009 21:12:20 +0000 (23:12 +0200)]
vdpaumpegdec: use gst_byte_reader_masked_scan_uint32 instead of our own version

14 years agovdpau: use G_N_ELEMENTS instead of hardcoding array sizes
Carl-Anton Ingmarsson [Tue, 30 Jun 2009 22:20:33 +0000 (00:20 +0200)]
vdpau: use G_N_ELEMENTS instead of hardcoding array sizes

14 years agovdpau: use G_N_ELEMENTS instead of NULL terminating array
Carl-Anton Ingmarsson [Tue, 30 Jun 2009 22:13:14 +0000 (00:13 +0200)]
vdpau: use G_N_ELEMENTS instead of NULL terminating array

14 years agovdpau: add new vdpausink and vdpauvideopostprocess elements
Carl-Anton Ingmarsson [Tue, 30 Jun 2009 21:55:13 +0000 (23:55 +0200)]
vdpau: add new vdpausink and vdpauvideopostprocess elements

vdpausink is as the name implies a sink which takes vide/x-vdpau-output buffers
and outputs it to the screen.

vdpauvideopostprocess is an element which takes video/x-vdpau-video buffers and
outputs video/x-vdpau-output buffers. The element can also do things like
deinterlacing and other postprocessing but this is not implemented yet.

14 years agovdpau: check for vdpau with pkg-config first
Carl-Anton Ingmarsson [Mon, 29 Jun 2009 20:50:42 +0000 (22:50 +0200)]
vdpau: check for vdpau with pkg-config first

14 years agovdpau: split gst_vdp_mpeg_dec_reset into start and stop
Carl-Anton Ingmarsson [Wed, 24 Jun 2009 15:51:58 +0000 (17:51 +0200)]
vdpau: split gst_vdp_mpeg_dec_reset into start and stop

14 years agovdpau: don't put the GstVdpDevice in the caps
Carl-Anton Ingmarsson [Wed, 24 Jun 2009 09:36:28 +0000 (11:36 +0200)]
vdpau: don't put the GstVdpDevice in the caps