platform/upstream/gstreamer.git
15 years agovdpaumpegdec: fix small typo in debug print
Carl-Anton Ingmarsson [Tue, 5 May 2009 21:07:06 +0000 (23:07 +0200)]
vdpaumpegdec: fix small typo in debug print

15 years agovdpaumpegdec: fixup timestamping of outgoing buffers
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:54:31 +0000 (18:54 +0200)]
vdpaumpegdec: fixup timestamping of outgoing buffers

15 years agovdpaumpegdec: don't add forward_reference if the frame is an I_FRAME
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:45:07 +0000 (18:45 +0200)]
vdpaumpegdec: don't add forward_reference if the frame is an I_FRAME

15 years agovdpaumpegdec: set correct timestamps
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:37:50 +0000 (18:37 +0200)]
vdpaumpegdec: set correct timestamps

15 years agovdpaumpegdec: remove unneeded locking since we know do StateChange correctly
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:30:33 +0000 (17:30 +0200)]
vdpaumpegdec: remove unneeded locking since we know do StateChange correctly

15 years agos/GST_TYPE_VDPAU/GST_TYPE_VDP/g
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:28:19 +0000 (17:28 +0200)]
s/GST_TYPE_VDPAU/GST_TYPE_VDP/g

15 years agovdpau: s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:20:16 +0000 (17:20 +0200)]
vdpau: s/GST_TYPE_VDPAU/GST_TYPE_VDP/g

15 years agovdpaumpegdec: fixup state change
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:15:33 +0000 (17:15 +0200)]
vdpaumpegdec: fixup state change

15 years agovdpau: init "vdpaudevice" debug catoegory in gst_vdp_get_device
Carl-Anton Ingmarsson [Tue, 5 May 2009 14:29:24 +0000 (16:29 +0200)]
vdpau: init "vdpaudevice" debug catoegory in gst_vdp_get_device

15 years agovdpaumpegdec: hold the lock in change_state
Carl-Anton Ingmarsson [Tue, 5 May 2009 06:11:03 +0000 (08:11 +0200)]
vdpaumpegdec: hold the lock in change_state

15 years agovdpaumpegdec: the B_FRAME decoding was completely wrong, fix it
Carl-Anton Ingmarsson [Sun, 3 May 2009 19:52:49 +0000 (21:52 +0200)]
vdpaumpegdec: the B_FRAME decoding was completely wrong, fix it

the buffers don't come in output order so fix the decoder to handle this

add new gst_vdp_video_buffer_add_reference method to GstVdpVideoBuffer to be able to keep
buffers alive. Ie. a B_FRAME need to have both the forward reference and the backward
reference alive during it's lifetime.

add mutex to protect for threadsafety issues when we reset the decoder in FLUSH_STOP

15 years agovdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME
Carl-Anton Ingmarsson [Thu, 30 Apr 2009 19:58:01 +0000 (21:58 +0200)]
vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME

15 years agovdpaumpegdec: drop frames if we haven't got an I_FRAME yet
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 19:30:59 +0000 (21:30 +0200)]
vdpaumpegdec: drop frames if we haven't got an I_FRAME yet

15 years agovdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_PRIMARY
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:57:12 +0000 (20:57 +0200)]
vdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_PRIMARY

15 years agovdpaumpegdec: destroy the VdpDecoder and reset the decoder on state change
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:50:11 +0000 (20:50 +0200)]
vdpaumpegdec: destroy the VdpDecoder and reset the decoder on state change

15 years agovdpau: fix error where we forgot to pass a trailing NULL to g_object_new
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:45:11 +0000 (20:45 +0200)]
vdpau: fix error where we forgot to pass a trailing NULL to g_object_new

15 years agovdpau: close display on finalize
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:21:44 +0000 (20:21 +0200)]
vdpau: close display on finalize

15 years agovdpau: small fixes
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:18:52 +0000 (20:18 +0200)]
vdpau: small fixes

init create GstVdpDevice on GST_STATE_CHANGE_READY_TO_PAUSED instead of on
GST_STATE_CHANGE_NULL_TO READY

add back incrementing of frame_nr

15 years agovdpau: use g_once_init_enter instead of g_once
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:15:07 +0000 (20:15 +0200)]
vdpau: use g_once_init_enter instead of g_once

15 years agovdpaumpegdec: if available use incoming buffer timestamp as output timestamp
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 16:34:53 +0000 (18:34 +0200)]
vdpaumpegdec: if available use incoming buffer timestamp as output timestamp

15 years agovdpaumpegdec: clear the adapter when we reset the decoder
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 13:12:26 +0000 (15:12 +0200)]
vdpaumpegdec: clear the adapter when we reset the decoder

15 years agovdpau: fixup renaming
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 21:25:33 +0000 (23:25 +0200)]
vdpau: fixup renaming

the rename work done in commit 24cf84d06b2f4b2edec3383b198441a07829618b didn't
include typecasts. This commit fixes this.

15 years agovdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOP
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 21:20:30 +0000 (23:20 +0200)]
vdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOP

15 years agovdpaumpegdec: reset decoder when we get a discont buffer
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 20:05:11 +0000 (22:05 +0200)]
vdpaumpegdec: reset decoder when we get a discont buffer

15 years agovdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statement
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 18:40:45 +0000 (20:40 +0200)]
vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statement

15 years agovdpaumpegdec: handle broken_gop field
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 21:35:07 +0000 (23:35 +0200)]
vdpaumpegdec: handle broken_gop field

15 years agovdpaumpegdec: convert all manual parsing to use read_bits instead
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 19:04:58 +0000 (21:04 +0200)]
vdpaumpegdec: convert all manual parsing to use read_bits instead

15 years agovdpaumpegdec: remove unneded gst_buffer_ref and the accompanying gst_buffer_unref
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 18:28:19 +0000 (20:28 +0200)]
vdpaumpegdec: remove unneded gst_buffer_ref and the accompanying gst_buffer_unref

15 years agovdpaumpegdec: fixup error where we set forward_reference instead of backward_reference
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 18:25:55 +0000 (20:25 +0200)]
vdpaumpegdec: fixup error where we set forward_reference instead of backward_reference

15 years agovdpaumpegdec: handle multiple B_FRAMEs in a row
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 21:43:24 +0000 (23:43 +0200)]
vdpaumpegdec: handle multiple B_FRAMEs in a row

15 years agovdpaumpegdec: more B_FRAME work
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 20:30:27 +0000 (22:30 +0200)]
vdpaumpegdec: more B_FRAME work

15 years agovdpaumpegdec: inital support at handling B_FRAMES
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 20:06:50 +0000 (22:06 +0200)]
vdpaumpegdec: inital support at handling B_FRAMES

15 years agovdpaumpegdec: fixup GstFlowReturn propagation a bit
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:49:07 +0000 (23:49 +0200)]
vdpaumpegdec: fixup GstFlowReturn propagation a bit

15 years agovdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:38:53 +0000 (23:38 +0200)]
vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit

15 years agovdpaumpegdec: fixup quantmatrix extension parsing
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:31:33 +0000 (23:31 +0200)]
vdpaumpegdec: fixup quantmatrix extension parsing

15 years agovdpaumpegdec: correct some default values
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 16:17:54 +0000 (18:17 +0200)]
vdpaumpegdec: correct some default values

mpeg1 now give nearly correct output :)

15 years agovdpaumpegdecoder: remove unused slice field
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 15:52:27 +0000 (17:52 +0200)]
vdpaumpegdecoder: remove unused slice field

15 years agovdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 21:47:40 +0000 (23:47 +0200)]
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"

15 years agovdpau: remove "silent" property from GstVdpDecoder
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:07:32 +0000 (21:07 +0200)]
vdpau: remove "silent" property from GstVdpDecoder

15 years agovdpau: don't set element details in GstVdpDecoder
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:05:44 +0000 (21:05 +0200)]
vdpau: don't set element details in GstVdpDecoder

15 years agovdpaumpegdecoder: rename to "vdpaumpegdec"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:04:59 +0000 (21:04 +0200)]
vdpaumpegdecoder: rename to "vdpaumpegdec"

15 years agovdpaumpegdecoder: remove unnecesary want_slice field
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 17:08:53 +0000 (19:08 +0200)]
vdpaumpegdecoder: remove unnecesary want_slice field

15 years agovdpau: small cosmetical fix
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:21:03 +0000 (22:21 +0200)]
vdpau: small cosmetical fix

15 years agovdpau: rename all files and objects from Vdpau to Vdp
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:19:20 +0000 (22:19 +0200)]
vdpau: rename all files and objects from Vdpau to Vdp

15 years agovdpau: decode slices when we get the next picture header. MPEG2 now kindof works.
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:23:38 +0000 (21:23 +0200)]
vdpau: decode slices when we get the next picture header. MPEG2 now kindof works.

15 years agovdpau: small improvement to mpeg decoder
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:11:54 +0000 (21:11 +0200)]
vdpau: small improvement to mpeg decoder

15 years agovdpau: remove unused "silent" properties
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 18:04:21 +0000 (20:04 +0200)]
vdpau: remove unused "silent" properties

15 years agovdpau: implement GstVdpauVideoBuffer -> I420 conversion
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 17:36:53 +0000 (19:36 +0200)]
vdpau: implement GstVdpauVideoBuffer -> I420 conversion

15 years agovdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h
Carl-Anton Ingmarsson [Thu, 9 Apr 2009 14:54:27 +0000 (16:54 +0200)]
vdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h

15 years agovdpau: small fix
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 19:51:48 +0000 (21:51 +0200)]
vdpau: small fix

set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old
buffer

15 years agovdpau: add new GstVdpauYUVVideo element
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 18:46:49 +0000 (20:46 +0200)]
vdpau: add new GstVdpauYUVVideo element

the GstVdpauYUVVideo element takes raw YUV video and outputs
GstVdpauVideoBuffers

15 years agovdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder parse...
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:45:09 +0000 (22:45 +0200)]
vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder parse sequence headers

15 years agovdpau: remove some unneded includes
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:05:11 +0000 (22:05 +0200)]
vdpau: remove some unneded includes

15 years agovdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:03:23 +0000 (22:03 +0200)]
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories

15 years agovdpau: add new GstVdpauVideoYUV element
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 18:53:35 +0000 (20:53 +0200)]
vdpau: add new GstVdpauVideoYUV element

GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing
VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV
element which takes GstVdpauVideoBuffers and outputs YUV data.

15 years agovdpau: small indent fix
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:59:02 +0000 (17:59 +0200)]
vdpau: small indent fix

15 years agovdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:58:25 +0000 (17:58 +0200)]
vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c

15 years agovdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:53:21 +0000 (17:53 +0200)]
vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h

15 years agovdpau: remove gst-vdpau-device.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:52:20 +0000 (17:52 +0200)]
vdpau: remove gst-vdpau-device.c

15 years agovdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:51:16 +0000 (17:51 +0200)]
vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]

15 years agovdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:42:56 +0000 (21:42 +0200)]
vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"

15 years agovdpau: make the decoder clean up after itself
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:40:14 +0000 (21:40 +0200)]
vdpau: make the decoder clean up after itself

15 years agovdpau: remove extra \ from Makefile.am
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:26:45 +0000 (21:26 +0200)]
vdpau: remove extra \ from Makefile.am

15 years agovdpau: add gstvdpaudevice for abstracting vdpau initalization
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:19:18 +0000 (21:19 +0200)]
vdpau: add gstvdpaudevice for abstracting vdpau initalization

15 years agovdpau: remove comment
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:54:14 +0000 (22:54 +0200)]
vdpau: remove comment

15 years agovdpau: MPEG1 decoding know gives recognizable output
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:53:40 +0000 (22:53 +0200)]
vdpau: MPEG1 decoding know gives recognizable output

15 years agovdpau: create VdpDecoder in set_caps add more functions for parsing mpeg
Carl-Anton Ingmarsson [Sun, 29 Mar 2009 13:28:06 +0000 (15:28 +0200)]
vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg

15 years agovdpau: store vdpau function pointers in a local structure
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 16:11:04 +0000 (17:11 +0100)]
vdpau: store vdpau function pointers in a local structure

15 years agovdpau: extract mpeg2 profile from codec_data
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 15:55:19 +0000 (16:55 +0100)]
vdpau: extract mpeg2 profile from codec_data

15 years agovdpau: extract mpeg version
Carl-Anton Ingmarsson [Thu, 26 Mar 2009 20:04:48 +0000 (21:04 +0100)]
vdpau: extract mpeg version

15 years agovdpau: add version specification to mpegdecoder caps
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:41:46 +0000 (20:41 +0100)]
vdpau: add version specification to mpegdecoder caps

15 years agovdpau: focus on mpeg instead of h264
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:38:27 +0000 (20:38 +0100)]
vdpau: focus on mpeg instead of h264

15 years agovdpau: rough try at implementing pushinf of YV12 buffers
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 18:59:06 +0000 (19:59 +0100)]
vdpau: rough try at implementing pushinf of YV12 buffers

15 years agovdpau: remove obsolete comment
Carl-Anton Ingmarsson [Tue, 24 Mar 2009 21:26:56 +0000 (22:26 +0100)]
vdpau: remove obsolete comment

15 years agovdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_s...
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 20:36:55 +0000 (21:36 +0100)]
vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_surface to vdpaudecoder.h

15 years agovdpau: add stubs for pushing VdpVideoSurfaces to the src pad
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 19:47:00 +0000 (20:47 +0100)]
vdpau: add stubs for pushing VdpVideoSurfaces to the src pad

15 years agovdpau: update VdpauH264Decoder element description
Carl-Anton Ingmarsson [Sat, 21 Mar 2009 21:06:12 +0000 (22:06 +0100)]
vdpau: update VdpauH264Decoder element description

15 years agovdpau: changle gstvdpaudecoder.c classification
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:26:11 +0000 (21:26 +0100)]
vdpau: changle gstvdpaudecoder.c classification

15 years agovdpau: implement downstream caps negotiation
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:24:40 +0000 (21:24 +0100)]
vdpau: implement downstream caps negotiation

15 years agovdpau: small indentation fix
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:23:35 +0000 (21:23 +0100)]
vdpau: small indentation fix

15 years agovdpau: add basic base class for vdpau decoders
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:21:49 +0000 (21:21 +0100)]
vdpau: add basic base class for vdpau decoders

15 years agoadd new vdpau directory
Carl-Anton Ingmarsson [Sat, 14 Mar 2009 09:43:28 +0000 (10:43 +0100)]
add new vdpau directory

15 years agortpbin: add support for buffer-list
Branko Subasic [Fri, 19 Jun 2009 17:09:19 +0000 (19:09 +0200)]
rtpbin: add support for buffer-list

Add support for sending buffer-lists.
Add unit test for testing that the buffer-list passed through rtpbin.

fixes #585839

15 years agoaacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)
Mark Nauwelaerts [Thu, 18 Jun 2009 10:13:28 +0000 (12:13 +0200)]
aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)

15 years agoqtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.
Mark Nauwelaerts [Thu, 11 Jun 2009 13:54:42 +0000 (15:54 +0200)]
qtmux: only use (64-bit) extended (mdat) atom size if needed.  Fixes #585319.

15 years agoqtmux: set default movie timescale to microsecond units
Mark Nauwelaerts [Wed, 10 Jun 2009 12:46:14 +0000 (14:46 +0200)]
qtmux: set default movie timescale to microsecond units

15 years agoqtmux: compress/optimize stsc writing
Mark Nauwelaerts [Wed, 10 Jun 2009 11:24:20 +0000 (13:24 +0200)]
qtmux: compress/optimize stsc writing

15 years agoqtmux: add 3GP style tagging (and refactor appropriately)
Mark Nauwelaerts [Wed, 10 Jun 2009 10:42:44 +0000 (12:42 +0200)]
qtmux: add 3GP style tagging (and refactor appropriately)

15 years agoqtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.
Mark Nauwelaerts [Mon, 1 Jun 2009 21:00:44 +0000 (23:00 +0200)]
qtmux (and variants): handle pixel-aspect-ratio.  Fixes #584358.

15 years agoFix previous commit so that things still work with debug logs enabled
Tim-Philipp Müller [Fri, 19 Jun 2009 16:04:13 +0000 (17:04 +0100)]
Fix previous commit so that things still work with debug logs enabled

15 years agoMake build without warnings with debugging disabled
Tim-Philipp Müller [Fri, 19 Jun 2009 15:21:28 +0000 (16:21 +0100)]
Make build without warnings with debugging disabled

15 years agofrei0r: Make plugin scanning more robust
Sebastian Dröge [Tue, 16 Jun 2009 19:34:56 +0000 (21:34 +0200)]
frei0r: Make plugin scanning more robust

15 years agofrei0r: Make sure to only register plugins that have valid propert types
Sebastian Dröge [Tue, 16 Jun 2009 19:27:38 +0000 (21:27 +0200)]
frei0r: Make sure to only register plugins that have valid propert types

15 years agofrei0r: Remove custom get_unit_size implementation
Sebastian Dröge [Tue, 16 Jun 2009 17:42:41 +0000 (19:42 +0200)]
frei0r: Remove custom get_unit_size implementation

This is already handled by the default one from GstVideoFilter

15 years agofrei0r: Fix the klass of the filter elements
Sebastian Dröge [Mon, 15 Jun 2009 15:05:36 +0000 (17:05 +0200)]
frei0r: Fix the klass of the filter elements

15 years agofrei0r: Free type names
Sebastian Dröge [Sun, 14 Jun 2009 17:41:27 +0000 (19:41 +0200)]
frei0r: Free type names

15 years agofrei0r: Unref the GstCollectPads instance on finalize
Sebastian Dröge [Sun, 14 Jun 2009 17:35:29 +0000 (19:35 +0200)]
frei0r: Unref the GstCollectPads instance on finalize

15 years agofrei0r: Don't allow caps changes in PLAYING/PAUSED
Sebastian Dröge [Sun, 14 Jun 2009 17:27:03 +0000 (19:27 +0200)]
frei0r: Don't allow caps changes in PLAYING/PAUSED

Most frei0r source plugins generate output based on
previous output and creating a new instance on caps
changes will let the output start at 0 again.

15 years agofreir0: Add support for frei0r mixer plugins
Sebastian Dröge [Sun, 14 Jun 2009 17:21:34 +0000 (19:21 +0200)]
freir0: Add support for frei0r mixer plugins

15 years agofrei0r: Destroy the f0r_instance_t in stop()
Sebastian Dröge [Sat, 13 Jun 2009 08:06:57 +0000 (10:06 +0200)]
frei0r: Destroy the f0r_instance_t in stop()