platform/upstream/gst-plugins-good.git
13 years agometa: update for new API
Wim Taymans [Tue, 8 Mar 2011 17:02:30 +0000 (17:02 +0000)]
meta: update for new API

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 8 Mar 2011 10:14:20 +0000 (10:14 +0000)]
Merge branch 'master' into 0.11

Conflicts:
tests/examples/cairo/Makefile.am

13 years agojitterbuffer: also estimate eos if very near eos
Mark Nauwelaerts [Mon, 7 Mar 2011 15:56:43 +0000 (16:56 +0100)]
jitterbuffer: also estimate eos if very near eos

13 years agojitterbuffer: avoid trying to buffer more than is available.
Mark Nauwelaerts [Mon, 7 Mar 2011 15:56:18 +0000 (16:56 +0100)]
jitterbuffer: avoid trying to buffer more than is available.

That is, in case of short (or near eos of) stream, deadlock (until timeout)
would occur trying to buffer more than is yet forthcoming.

13 years agojitterbuffer: reset element base_time upon flush
Mark Nauwelaerts [Mon, 7 Mar 2011 10:01:06 +0000 (11:01 +0100)]
jitterbuffer: reset element base_time upon flush

... to arrange for properly scheduled timeout (following seek).

13 years agocairooverlay: Add a bus handler to the example to handle EOS/ERROR/WARNING
Sebastian Dröge [Mon, 7 Mar 2011 09:54:22 +0000 (10:54 +0100)]
cairooverlay: Add a bus handler to the example to handle EOS/ERROR/WARNING

Also clean up the pipeline properly.

13 years agoexamples: Always dist the cairo example
Sebastian Dröge [Mon, 7 Mar 2011 09:47:23 +0000 (10:47 +0100)]
examples: Always dist the cairo example

13 years agocairooverlay: Use LDADD instead of LDFLAGS for libs and add $(GST_LIBS)
Sebastian Dröge [Mon, 7 Mar 2011 09:46:12 +0000 (10:46 +0100)]
cairooverlay: Use LDADD instead of LDFLAGS for libs and add $(GST_LIBS)

13 years agocairooverlay: Remove unnecessary gtk/gtk-x11 use in example.
Jon Nordby [Sat, 5 Mar 2011 23:22:58 +0000 (23:22 +0000)]
cairooverlay: Remove unnecessary gtk/gtk-x11 use in example.

This removes code, and allows the example to be used on any platform.

Fixes bug #643981.

13 years agov4l2: Use #ifdefs for V4L2_PIX_FMT_PJPG
David Schleef [Sat, 5 Mar 2011 02:37:38 +0000 (18:37 -0800)]
v4l2: Use #ifdefs for V4L2_PIX_FMT_PJPG

It's only recently added to kernel headers.

13 years agowavparse: tune output max buffer size to material
Mark Nauwelaerts [Wed, 23 Feb 2011 15:50:43 +0000 (16:50 +0100)]
wavparse: tune output max buffer size to material

... to avoid ending up with tons of short time buffers for e.g. high sample
rate audio.

13 years agoexamples: don't use hardcodec 0.10
Wim Taymans [Fri, 4 Mar 2011 16:04:37 +0000 (17:04 +0100)]
examples: don't use hardcodec 0.10

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 4 Mar 2011 15:30:36 +0000 (16:30 +0100)]
Merge branch 'master' into 0.11

13 years agopulsesink: add a doc example for setting stream-properties
Stefan Kost [Fri, 4 Mar 2011 13:50:01 +0000 (15:50 +0200)]
pulsesink: add a doc example for setting stream-properties

13 years agopulsesink: fix the xml in the docs
Stefan Kost [Fri, 4 Mar 2011 13:42:19 +0000 (15:42 +0200)]
pulsesink: fix the xml in the docs

13 years agov4l2: remove unnecessary linux/videodev.h include
Tim-Philipp Müller [Thu, 3 Mar 2011 00:16:47 +0000 (00:16 +0000)]
v4l2: remove unnecessary linux/videodev.h include

Causes compilation issues with newer kernel headers where the old
v4l interface has been removed.

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

13 years agocairooverlay: The example always requires gtk-x11
Sebastian Dröge [Wed, 2 Mar 2011 22:21:15 +0000 (23:21 +0100)]
cairooverlay: The example always requires gtk-x11

Check for gtk-x11 and only build the example if it's available.

13 years agocairooverlay: Some minor cleanup
Sebastian Dröge [Wed, 2 Mar 2011 22:14:36 +0000 (23:14 +0100)]
cairooverlay: Some minor cleanup

13 years agodocs: Update inspected plugin data
Sebastian Dröge [Wed, 2 Mar 2011 22:09:21 +0000 (23:09 +0100)]
docs: Update inspected plugin data

13 years agocairooverlay: Add generic Cairo overlay video element.
Jon Nordby [Fri, 28 Jan 2011 00:14:04 +0000 (02:14 +0200)]
cairooverlay: Add generic Cairo overlay video element.

Allows applications to connect to the "draw" signal of
the element and do their custom drawing there.
Includes an example application demonstrating usage.

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

13 years agomonoscope: don't leak the monoscope_state data
Stefan Kost [Wed, 2 Mar 2011 11:00:31 +0000 (13:00 +0200)]
monoscope: don't leak the monoscope_state data

The monoscope_close() implementation was empty.

13 years agomonoscope: we have 64 colors, don't access colors[64]
Stefan Kost [Wed, 2 Mar 2011 10:59:35 +0000 (12:59 +0200)]
monoscope: we have 64 colors, don't access colors[64]

Fixes remaining invalid read.

13 years agoqtdemux: arrange for non-fatal error when parsing non-vital parts
Mark Nauwelaerts [Wed, 2 Mar 2011 09:25:29 +0000 (10:25 +0100)]
qtdemux: arrange for non-fatal error when parsing non-vital parts

13 years agomonoscope: stack needs to be size+1 as we put a end-marker into it
Stefan Kost [Wed, 2 Mar 2011 08:56:33 +0000 (10:56 +0200)]
monoscope: stack needs to be size+1 as we put a end-marker into it

Valgrind is still complaining about one bad read, but this takes care of the
crash mentioned in the comment and in bug #564122.

13 years agoexample: fix the variable name for the ip-address
Stefan Kost [Tue, 1 Mar 2011 20:40:19 +0000 (22:40 +0200)]
example: fix the variable name for the ip-address

Fix the name in the launch pipeline and use a value of "localhost" by default.

13 years agoconfigure.ac: cygwin/mingw; enable plugin linking to static lib
Mark Nauwelaerts [Mon, 28 Feb 2011 18:16:00 +0000 (19:16 +0100)]
configure.ac: cygwin/mingw; enable plugin linking to static lib

Useful for DirectX plugin(s).

Fixes #642507.

13 years agoconfigure.ac: export plugin description more platform independent
Mark Nauwelaerts [Mon, 28 Feb 2011 18:13:41 +0000 (19:13 +0100)]
configure.ac: export plugin description more platform independent

Fixes #642504.

13 years agoAutomatic update of common submodule
Mark Nauwelaerts [Mon, 28 Feb 2011 17:32:54 +0000 (18:32 +0100)]
Automatic update of common submodule

From 1de7f6a to 6aec6b9

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Mon, 28 Feb 2011 12:29:47 +0000 (13:29 +0100)]
Merge branch 'master' into 0.11

13 years agortpsession: use NetAddress metadata
Wim Taymans [Mon, 28 Feb 2011 12:28:29 +0000 (13:28 +0100)]
rtpsession: use NetAddress metadata

13 years agoudp: implement NetAddress with metadata
Wim Taymans [Mon, 28 Feb 2011 12:14:37 +0000 (13:14 +0100)]
udp: implement NetAddress with metadata

13 years agov4l2: register metadata
Wim Taymans [Mon, 28 Feb 2011 09:16:52 +0000 (10:16 +0100)]
v4l2: register metadata

13 years agometa: fix for new API
Wim Taymans [Sun, 27 Feb 2011 18:43:13 +0000 (19:43 +0100)]
meta: fix for new API

13 years agometadata: use metadata for private buffer data
Wim Taymans [Fri, 25 Feb 2011 15:29:38 +0000 (16:29 +0100)]
metadata: use metadata for private buffer data

Use buffer metadata to store element private data.

13 years agominiobject: port to 0.11
Wim Taymans [Thu, 24 Feb 2011 12:51:32 +0000 (13:51 +0100)]
miniobject: port to 0.11

Use buffer private data instead of subclassing.

13 years agobuild: don't hardcode version number
Wim Taymans [Thu, 24 Feb 2011 12:50:48 +0000 (13:50 +0100)]
build: don't hardcode version number

13 years agoid3: use boxed type instead of miniobject
Wim Taymans [Thu, 24 Feb 2011 12:03:44 +0000 (13:03 +0100)]
id3: use boxed type instead of miniobject

13 years agominiobject: use buffer private field for extra data
Wim Taymans [Thu, 24 Feb 2011 12:00:48 +0000 (13:00 +0100)]
miniobject: use buffer private field for extra data

Use the owner private field to store extra buffer data instead of using
subclassing.

13 years agojpegdec: add duration when extimating QoS time
Wim Taymans [Thu, 24 Feb 2011 11:23:44 +0000 (12:23 +0100)]
jpegdec: add duration when extimating QoS time

When we need to decide on the next QoS time, take into account the duration of
the buffers.

13 years agoMerge branch 'master' into 0.11
Wim Taymans [Mon, 28 Feb 2011 10:58:05 +0000 (11:58 +0100)]
Merge branch 'master' into 0.11

Conflicts:
configure.ac

13 years agopulsesink: release pa_shared_resource_mutex before pa_threaded_mainloop_wait
Philip Jägenstedt [Wed, 23 Feb 2011 16:41:22 +0000 (17:41 +0100)]
pulsesink: release pa_shared_resource_mutex before pa_threaded_mainloop_wait

Not doing so can result in a deadlock when two threads enter
gst_pulseringbuffer_open_device at the same time, as
pa_threaded_mainloop_wait releases the mainloop lock while waiting,
allowing another thread to take it, resulting in a deadlock as two
threads waits for the lock the other is holding.

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

13 years agopulsesink: s/ressource/resource/
Philip Jägenstedt [Wed, 23 Feb 2011 16:18:19 +0000 (17:18 +0100)]
pulsesink: s/ressource/resource/

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

13 years agoqtdemux: remove accidental debug message
David Schleef [Sat, 26 Feb 2011 04:12:35 +0000 (20:12 -0800)]
qtdemux: remove accidental debug message

in previous commit

13 years agoqtdemux: Add support for 2Vuy and r210
David Schleef [Sat, 26 Feb 2011 03:35:51 +0000 (19:35 -0800)]
qtdemux: Add support for 2Vuy and r210

13 years agodeinterlace: Add support for NV21 colorspace
Sebastian Dröge [Thu, 24 Feb 2011 13:08:25 +0000 (14:08 +0100)]
deinterlace: Add support for NV21 colorspace

13 years agodeinterlace: Add support for NV12 colorspace
Carsten Kroll [Thu, 24 Feb 2011 13:00:37 +0000 (14:00 +0100)]
deinterlace: Add support for NV12 colorspace

Fixes bug #642961.

13 years agodvdemux: First try if upstream handles TIME seeks before handling them here
Carsten Kroll [Thu, 24 Feb 2011 12:56:04 +0000 (13:56 +0100)]
dvdemux: First try if upstream handles TIME seeks before handling them here

Fixes bug #642963.

13 years agodeinterlace: Simplify setcaps
Robert Swain [Mon, 8 Nov 2010 13:25:59 +0000 (14:25 +0100)]
deinterlace: Simplify setcaps

The current code never uses upstream negotiation so the code can be
significantly simplified.

13 years agodeinterlace: Port greedyl to GstDeinterlaceSimpleMethod
Robert Swain [Mon, 24 Jan 2011 11:48:18 +0000 (12:48 +0100)]
deinterlace: Port greedyl to GstDeinterlaceSimpleMethod

The main goal of this change is to reuse the complex but now neatly
written scanline pointer calculation code from the simple methods.

13 years agoRevert "id3demux: ensure a taglist before adding the container tag"
Stefan Kost [Tue, 22 Feb 2011 13:20:11 +0000 (15:20 +0200)]
Revert "id3demux: ensure a taglist before adding the container tag"

This reverts commit a86bab66893bb1a3323a756410573c117b8219ef. The issue is
fixed with commit ff5e5a8f0daa1fdf89792d0726ea063bbd99db18 instead.

13 years agoid3demux: return ID3TAGS_BROKEN_TAG for unsupported versions
Stefan Kost [Tue, 22 Feb 2011 13:19:00 +0000 (15:19 +0200)]
id3demux: return ID3TAGS_BROKEN_TAG for unsupported versions

This prevents us for trying to work with a NULL taglist.

13 years agoqtdemux: Fix unitialized variable.
Edward Hervey [Tue, 22 Feb 2011 13:15:27 +0000 (14:15 +0100)]
qtdemux: Fix unitialized variable.

13 years agoavidemux: ensure sane parameters when parsing superindex
Mark Nauwelaerts [Tue, 22 Feb 2011 13:01:27 +0000 (14:01 +0100)]
avidemux: ensure sane parameters when parsing superindex

13 years agoavidemux: check for NULL audio stream format header when parsing stream
Mark Nauwelaerts [Tue, 22 Feb 2011 13:00:11 +0000 (14:00 +0100)]
avidemux: check for NULL audio stream format header when parsing stream

13 years agortp-examples: move capsfilter behind converters
Stefan Kost [Tue, 22 Feb 2011 12:52:18 +0000 (14:52 +0200)]
rtp-examples: move capsfilter behind converters

We need to have the capsfilter behin the converters to make the converters
convert from the formats v4l2src can do to what we request with the
capsfilter.

13 years agortp-examples: fix ascii-art
Stefan Kost [Tue, 22 Feb 2011 12:50:59 +0000 (14:50 +0200)]
rtp-examples: fix ascii-art

Some boxes where misaligned due to long "audiotetssrc" name. Trim trailing
whitespace.

13 years agortpbin: handle NULL demux elements
Blaise Gassend [Tue, 22 Feb 2011 12:29:26 +0000 (13:29 +0100)]
rtpbin: handle NULL demux elements

When using gstrtpbin with ignore-pt=true, the free_stream function tries to
call gst_element_set_locked_state and gst_element_set_state on a stream->demux
which is NULL.

fixes #642412

13 years agodeinterlace: small clean-ups
Robert Swain [Mon, 24 Jan 2011 11:18:39 +0000 (12:18 +0100)]
deinterlace: small clean-ups

Improve debug output by printing the buffer pointer when
popping a buffer and simplify code to use scanlines.bottom_field
as appropriate.

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

13 years agodeinterlace: fix assigned method_id when using fallback
Robert Swain [Mon, 24 Jan 2011 11:18:39 +0000 (12:18 +0100)]
deinterlace: fix assigned method_id when using fallback

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

13 years agortpbin: fix setting the SDES property
Wim Taymans [Mon, 21 Feb 2011 16:17:32 +0000 (17:17 +0100)]
rtpbin: fix setting the SDES property

Only the sdes veriable is protected with the object lock.
Use the right object when setting the sdes property.

13 years agoRevert "Check that collectpads exists before removing pad"
Edward Hervey [Mon, 21 Feb 2011 11:09:07 +0000 (12:09 +0100)]
Revert "Check that collectpads exists before removing pad"

This reverts commit 8e6b876e76c94410db160afe5eb30f21452e419f.

Depends on a core commit that was reverted

13 years agoicydemux: fix tag list handling issues that might have caused crashes
Tim-Philipp Müller [Mon, 21 Feb 2011 00:55:49 +0000 (00:55 +0000)]
icydemux: fix tag list handling issues that might have caused crashes

Fix slightly confused tag handling in some places: make it clear when
we're taking ownership of a tag list and when not. For example,
gst_icydemux_tag_found() was taking ownership when the source pad
existed, but otherwise not (leak). Also, gst_event_parse_tag() does
not return a newly-allocated taglist, but a tag list that belongs to
the tag event, so don't give ownership of it away.

While we're at it, some minor clean-ups: don't re-invent g_strndup()
and simplify gst_icydemux_parse_and_send_tags() a bit, and don't
leak the tag list in case no valid tags where found.

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

13 years agoCheck that collectpads exists before removing pad
David Schleef [Mon, 21 Feb 2011 07:39:41 +0000 (23:39 -0800)]
Check that collectpads exists before removing pad

The core now calls release pad from finalize, at which point
the collectpads might have already been freed.

13 years agopngdec: Handle 16-bit-per-channel images
David Schleef [Sat, 19 Feb 2011 23:48:22 +0000 (15:48 -0800)]
pngdec: Handle 16-bit-per-channel images

13 years agoavidemux: stream->current_total is accumulated byte size and not time
Stefan Kost [Fri, 18 Feb 2011 08:12:47 +0000 (10:12 +0200)]
avidemux: stream->current_total is accumulated byte size and not time

Use timestamp for the stream index as well.

13 years agoudpsink: warn when packet is too large
David Schleef [Wed, 16 Feb 2011 03:33:45 +0000 (19:33 -0800)]
udpsink: warn when packet is too large

13 years agomatroskaparse: New element
David Schleef [Fri, 18 Feb 2011 01:59:25 +0000 (17:59 -0800)]
matroskaparse: New element

Copied from demux.  Duplicates much code, also some dead code
remaining.

13 years agomatroskademux: Earlier debug category initialization
David Schleef [Fri, 18 Feb 2011 01:57:55 +0000 (17:57 -0800)]
matroskademux: Earlier debug category initialization

13 years agoflvmux: don't set duration for live stream
David Schleef [Sat, 22 Jan 2011 08:13:16 +0000 (00:13 -0800)]
flvmux: don't set duration for live stream

13 years agodebugutils: remove bitrotten negotiation element
David Schleef [Thu, 6 Jan 2011 23:44:24 +0000 (15:44 -0800)]
debugutils: remove bitrotten negotiation element

Wasn't enabled, didn't work, and planned features have been
superceded by capsfilter and capsdebug.

13 years agortpvrawpay: Implement interlacing
David Schleef [Fri, 17 Sep 2010 19:10:38 +0000 (12:10 -0700)]
rtpvrawpay: Implement interlacing

13 years agoavidemux: also add the frame-type for the stream index
Stefan Kost [Thu, 17 Feb 2011 15:57:42 +0000 (17:57 +0200)]
avidemux: also add the frame-type for the stream index

13 years agoavidemux: get the index writer id when the pad has a parent
Stefan Kost [Thu, 17 Feb 2011 15:56:29 +0000 (17:56 +0200)]
avidemux: get the index writer id when the pad has a parent

Otherwise the index writer has a weired name, as the pad has no parent yet.

13 years agoavidemux, flvdemux: formatting cleanup
Stefan Kost [Thu, 17 Feb 2011 12:00:48 +0000 (14:00 +0200)]
avidemux, flvdemux: formatting cleanup

Trim trailing whitespaces and fix the formatting of double negation.

13 years agoavidemux, flvdemux: mark delta-units in the index
Stefan Kost [Thu, 17 Feb 2011 11:57:37 +0000 (13:57 +0200)]
avidemux, flvdemux: mark delta-units in the index

We need to use the 'delta' flag for delta units and not the 'none' flag.

13 years ago.gitignore: ignore moved equalizer test binary
Tim-Philipp Müller [Thu, 17 Feb 2011 11:58:42 +0000 (11:58 +0000)]
.gitignore: ignore moved equalizer test binary

13 years agoqtdemux: mark delta-unit in the index
Stefan Kost [Thu, 17 Feb 2011 10:46:14 +0000 (12:46 +0200)]
qtdemux: mark delta-unit in the index

We need to use the delta flag fro delta units and not none. Print more details
to the debug log.

13 years agoqtdemux: formatting cleanup
Stefan Kost [Thu, 17 Feb 2011 10:44:01 +0000 (12:44 +0200)]
qtdemux: formatting cleanup

Trim trailing whitespaces and fix the formatting of double negation.

13 years agomatroskamux: rework _request_new_pad to handle explict req-pad-names
Stefan Kost [Wed, 16 Feb 2011 15:09:20 +0000 (17:09 +0200)]
matroskamux: rework _request_new_pad to handle explict req-pad-names

Don't ignore explicit pad-names.

13 years agoavimux: rework _request_new_pad to handle explict req-pad-names
Stefan Kost [Wed, 16 Feb 2011 15:06:51 +0000 (17:06 +0200)]
avimux: rework _request_new_pad to handle explict req-pad-names

Don't ignore explicit pad-names. Rearrange the code and the error handling a
bit. Add a FIXME-0.11 for the bad pad-names.

13 years agoicles: Add equalizer-test to the build system
Sebastian Dröge [Wed, 16 Feb 2011 14:28:53 +0000 (15:28 +0100)]
icles: Add equalizer-test to the build system

13 years ago[MOVED FROM BAD 5/5] equalizer-test: Initialize debug category after gst_init() to...
Sebastian Dröge [Wed, 16 Feb 2011 14:23:50 +0000 (15:23 +0100)]
[MOVED FROM BAD 5/5] equalizer-test: Initialize debug category after gst_init() to fix segfault

13 years ago[MOVED FROM BAD 4/5] tests/icles/equalizer-test.c: Fix gain ranges for the latest...
Sebastian Dröge [Wed, 7 Nov 2007 15:36:59 +0000 (15:36 +0000)]
[MOVED FROM BAD 4/5] tests/icles/equalizer-test.c: Fix gain ranges for the latest equalizer changes.

Original commit message from CVS:
* tests/icles/equalizer-test.c: (do_slider_fiddling):
Fix gain ranges for the latest equalizer changes.

13 years ago[MOVED FROM BAD 3/5] ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer...
Stefan Kost [Mon, 21 May 2007 14:01:16 +0000 (14:01 +0000)]
[MOVED FROM BAD 3/5] ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _GstIirEqualizerBa...

Original commit message from CVS:
* ChangeLog:
ChangeLog surgery.
* gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
_GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
parent_class, gst_iir_equalizer_band_set_property,
gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
gst_iir_equalizer_child_proxy_get_child_by_index,
gst_iir_equalizer_child_proxy_get_children_count,
gst_iir_equalizer_child_proxy_interface_init, setup_filter,
gst_iir_equalizer_compute_frequencies, plugin_init):
* tests/icles/equalizer-test.c:
Add fixme and comment for example.

13 years ago[MOVED FROM BAD 2/5] tests/icles/equalizer-test.c: Port the example to new equalizer...
Stefan Kost [Wed, 14 Mar 2007 16:33:03 +0000 (16:33 +0000)]
[MOVED FROM BAD 2/5] tests/icles/equalizer-test.c: Port the example to new equalizer api.

Original commit message from CVS:
* tests/icles/equalizer-test.c: (equalizer_set_band_value),
(equalizer_set_all_band_values),
(equalizer_set_band_value_and_wait),
(equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
(main):
Port the example to new equalizer api.

13 years ago[MOVED FROM BAD 1/5] Fix up to use the newly ported (actually working) GstAudioFilter.
Tim-Philipp Müller [Sat, 3 Feb 2007 23:35:26 +0000 (23:35 +0000)]
[MOVED FROM BAD 1/5] Fix up to use the newly ported (actually working) GstAudioFilter.

Original commit message from CVS:
* configure.ac:
* gst/equalizer/Makefile.am:
* gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
(gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
(setup_filter), (gst_iir_equalizer_compute_frequencies),
(gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
(gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
(plugin_init):
* gst/equalizer/gstiirequalizer.h:
Fix up to use the newly ported (actually working) GstAudioFilter.
Bump core/base requirements to CVS for this.
* tests/icles/.cvsignore:
* tests/icles/Makefile.am:
* tests/icles/equalizer-test.c: (check_bus),
(equalizer_set_band_value), (equalizer_set_all_band_values),
(equalizer_set_band_value_and_wait),
(equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
(main):
Add brain-dead interactive test for equalizer.

13 years agov4l2: Add PJPG mapping
Thiago Santos [Tue, 15 Feb 2011 18:59:32 +0000 (15:59 -0300)]
v4l2: Add PJPG mapping

Adds mapping of progressive jpeg format

13 years agoplug qtdemux refcount leaks
Andy Wingo [Tue, 15 Feb 2011 15:30:20 +0000 (16:30 +0100)]
plug qtdemux refcount leaks

* gst/qtdemux/qtdemux.c (gst_qtdemux_src_convert): Unref the qtdemux; we
  weren't doing so before.
  (gst_qtdemux_handle_src_event, gst_qtdemux_chain): Fix some error
  cases which would leak a ref to the qtdemux.

13 years agosouphttpsrc: Add URI query handler
Andoni Morales Alastruey [Mon, 14 Feb 2011 19:20:08 +0000 (20:20 +0100)]
souphttpsrc: Add URI query handler

Fixes bug #642337.

13 years agomatroskademux: avoid sorting NULL array of cluster positions
Mark Nauwelaerts [Mon, 14 Feb 2011 16:49:54 +0000 (17:49 +0100)]
matroskademux: avoid sorting NULL array of cluster positions

13 years agotheorapay: handle 0 sized packets
Wim Taymans [Mon, 14 Feb 2011 15:46:46 +0000 (16:46 +0100)]
theorapay: handle 0 sized packets

Handle 0 sized packets (repeat frame) in the payloader and depayloader.

Fixes #641827

13 years agotaginject: resend tags when they are changed
Tuukka Pasanen [Mon, 14 Feb 2011 13:21:29 +0000 (15:21 +0200)]
taginject: resend tags when they are changed

Allow setting new tags on the property while running and send them.

Fixes #640249

13 years agoAutomatic update of common submodule
Stefan Kost [Mon, 14 Feb 2011 10:53:27 +0000 (12:53 +0200)]
Automatic update of common submodule

From f94d739 to 1de7f6a

13 years agortspsrc: fix minor leaks when handling server requests.
Miguel Angel Cabrera Moya [Mon, 7 Feb 2011 22:32:53 +0000 (23:32 +0100)]
rtspsrc: fix minor leaks when handling server requests.

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

13 years agoqtdemux: extract MusicBrainz tags
Heath Nielson [Mon, 14 Feb 2011 00:49:00 +0000 (00:49 +0000)]
qtdemux: extract MusicBrainz tags

Extract MusicBrainz tags added by MusicBrainz's Picard
tagger application. These tags (esp. the album id) are
helpful for rhythmbox et.al. to automatically downloads
cover art.

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

13 years agoqtdemux: refactor iTunes tag parsing a bit
Tim-Philipp Müller [Mon, 14 Feb 2011 00:38:45 +0000 (00:38 +0000)]
qtdemux: refactor iTunes tag parsing a bit

13 years agodoap: update mailing list location
Tim-Philipp Müller [Thu, 10 Feb 2011 23:52:51 +0000 (23:52 +0000)]
doap: update mailing list location

13 years agoqtdemux: propagate error during expose_streams
Mark Nauwelaerts [Thu, 10 Feb 2011 17:11:46 +0000 (18:11 +0100)]
qtdemux: propagate error during expose_streams

... as it may occur during initial parsing of fragmented file.

13 years agoqtdemux: avoid skipping exposing a stream following a removed stream
Mark Nauwelaerts [Thu, 10 Feb 2011 17:00:11 +0000 (18:00 +0100)]
qtdemux: avoid skipping exposing a stream following a removed stream

13 years agomatroskademux: store cluster positions provided by SeekHead
Mark Nauwelaerts [Thu, 10 Feb 2011 10:56:33 +0000 (11:56 +0100)]
matroskademux: store cluster positions provided by SeekHead

... and use those, if available, to locate a cluster rather than scanning.