platform/upstream/gst-plugins-good.git
12 years agoximage: use new style caps
Wim Taymans [Mon, 5 Mar 2012 11:03:01 +0000 (12:03 +0100)]
ximage: use new style caps

12 years agogst: Update for the gstmarshal.[ch] removal
Sebastian Dröge [Fri, 2 Mar 2012 10:17:33 +0000 (11:17 +0100)]
gst: Update for the gstmarshal.[ch] removal

12 years agomixer/colorbalance: Update for API changes
Sebastian Dröge [Fri, 2 Mar 2012 09:13:08 +0000 (10:13 +0100)]
mixer/colorbalance: Update for API changes

12 years agoaasink: fix stride
Wim Taymans [Thu, 1 Mar 2012 16:15:57 +0000 (17:15 +0100)]
aasink: fix stride

12 years agoaudioparsers: disable non-ported wavpackparse
Mark Nauwelaerts [Thu, 1 Mar 2012 10:36:34 +0000 (11:36 +0100)]
audioparsers: disable non-ported wavpackparse

12 years agoMerge branch 'master' into 0.11
Mark Nauwelaerts [Thu, 1 Mar 2012 10:29:50 +0000 (11:29 +0100)]
Merge branch 'master' into 0.11

Conflicts:
ext/wavpack/gstwavpackenc.c
tests/check/elements/audioiirfilter.c
tests/examples/v4l2/probe.c

12 years agogdkpixbufsink: remove deprecated property
Mark Nauwelaerts [Wed, 29 Feb 2012 21:31:21 +0000 (22:31 +0100)]
gdkpixbufsink: remove deprecated property

12 years agogdkpixbufscale: remove deprecated property
Mark Nauwelaerts [Wed, 29 Feb 2012 21:30:56 +0000 (22:30 +0100)]
gdkpixbufscale: remove deprecated property

12 years agogdkpixbufsink: port to 0.11
Mark Nauwelaerts [Wed, 29 Feb 2012 21:28:01 +0000 (22:28 +0100)]
gdkpixbufsink: port to 0.11

12 years agogdkpixbufscale: port to 0.11
Mark Nauwelaerts [Wed, 29 Feb 2012 21:25:23 +0000 (22:25 +0100)]
gdkpixbufscale: port to 0.11

12 years agogdkpixbufdec: port to 0.11
Mark Nauwelaerts [Wed, 29 Feb 2012 21:24:46 +0000 (22:24 +0100)]
gdkpixbufdec: port to 0.11

12 years agoupdate for metadata API changes
Wim Taymans [Wed, 29 Feb 2012 16:26:01 +0000 (17:26 +0100)]
update for metadata API changes

12 years agoaudioparsers: add baseparse based wavpackparse
Mark Nauwelaerts [Tue, 28 Feb 2012 12:51:10 +0000 (13:51 +0100)]
audioparsers: add baseparse based wavpackparse

12 years agoupdate for metadata tags
Wim Taymans [Tue, 28 Feb 2012 10:38:59 +0000 (11:38 +0100)]
update for metadata tags

12 years agowavpackdec: adjust to audio format limitations
Mark Nauwelaerts [Mon, 27 Feb 2012 22:46:15 +0000 (23:46 +0100)]
wavpackdec: adjust to audio format limitations

... which does not allow expressing arbitrary depth in a GstAudioFormat.

Also adjust unit test to modified behaviour.

12 years agowavpackdec: determine depth from bytes per sample
Mark Nauwelaerts [Mon, 27 Feb 2012 22:46:08 +0000 (23:46 +0100)]
wavpackdec: determine depth from bytes per sample

... rather than from bits per sample, since spec states values are already
left justified w.r.t. bits per sample but not w.r.t. bytes per sample
(and so the latter determines the normalization, or indicated depth).

12 years agowavpackdec: port to audiodecoder
Mark Nauwelaerts [Mon, 27 Feb 2012 22:46:03 +0000 (23:46 +0100)]
wavpackdec: port to audiodecoder

12 years agowavpackenc: port to audioencoder
Mark Nauwelaerts [Mon, 27 Feb 2012 22:45:54 +0000 (23:45 +0100)]
wavpackenc: port to audioencoder

Also adjust unit test to slightly modified behaviour.

12 years agoSuppress deprecation warnings in selected files, for g_value_array_* mostly
Edward Hervey [Mon, 27 Feb 2012 13:47:25 +0000 (14:47 +0100)]
Suppress deprecation warnings in selected files, for g_value_array_* mostly

12 years agospeexenc: chain up to parent event handler
Wim Taymans [Mon, 27 Feb 2012 12:09:31 +0000 (13:09 +0100)]
speexenc: chain up to parent event handler

12 years agoflacenc: fix event handling
Wim Taymans [Mon, 27 Feb 2012 12:05:33 +0000 (13:05 +0100)]
flacenc: fix event handling

Fix dodgy segment event handling
Chain up to parent event handler

12 years agov4l2: use public api
Wim Taymans [Mon, 27 Feb 2012 08:14:04 +0000 (09:14 +0100)]
v4l2: use public api

instead of poking into the private structures of the base class

12 years agoflvmux, matroskamux, qtmux: if in doubt about downstream seekability default to strea...
Tim-Philipp Müller [Mon, 27 Feb 2012 01:09:11 +0000 (01:09 +0000)]
flvmux, matroskamux, qtmux: if in doubt about downstream seekability default to streaming=true

If downstream didn't answer our SEEKING query and told us
it's seekable, default to streaming=true. We couldn't do
this in 0.10 for backwards compatibility reasons, but we
can in 0.11. Play it safe.

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Mon, 27 Feb 2012 01:00:03 +0000 (01:00 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

Conflicts:
gst/audioparsers/gstmpegaudioparse.c

12 years agoMerge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4' into 0.11
Tim-Philipp Müller [Mon, 27 Feb 2012 00:56:37 +0000 (00:56 +0000)]
Merge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4' into 0.11

12 years agompegaudioparse: fix up after merge
Tim-Philipp Müller [Mon, 27 Feb 2012 00:55:38 +0000 (00:55 +0000)]
mpegaudioparse: fix up after merge

12 years agoMerge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11
Tim-Philipp Müller [Mon, 27 Feb 2012 00:48:57 +0000 (00:48 +0000)]
Merge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11

Conflicts:
ext/pulse/pulseaudiosink.c
gst/audioparsers/gstmpegaudioparse.c

12 years agogoom2k1: fix compiler warning
Alessandro Decina [Sun, 26 Feb 2012 19:39:52 +0000 (20:39 +0100)]
goom2k1: fix compiler warning

12 years agompegaudioparse: fix compiler warning
Alessandro Decina [Sun, 26 Feb 2012 19:30:24 +0000 (20:30 +0100)]
mpegaudioparse: fix compiler warning

12 years agoqtmux: create streamable output if downstream is not seekable
Tim-Philipp Müller [Sat, 25 Feb 2012 15:55:15 +0000 (15:55 +0000)]
qtmux: create streamable output if downstream is not seekable

Ignore the "streamable" property setting and create streamable
output if downstream is known not to be seekable (as queried
via a SEEKABLE query).

Fixes pipelines like qtmux ! appsink possibly creating seemingly
corrupted output if streamable has not been set to true.

12 years agoflvmux: create streamable output if downstream is not seekable
Tim-Philipp Müller [Sat, 25 Feb 2012 15:48:44 +0000 (15:48 +0000)]
flvmux: create streamable output if downstream is not seekable

Ignore the "streamable" property setting and create streamable
output if downstream is known not to be seekable (as queried
via a SEEKABLE query).

Fixes pipelines like flvmux ! appsink possibly creating seemingly
corrupted output if streamable has not been set to true.

12 years agomatroskamux: create streamable output if downstream is not seekable
Tim-Philipp Müller [Sat, 25 Feb 2012 15:40:39 +0000 (15:40 +0000)]
matroskamux: create streamable output if downstream is not seekable

Ignore the "streamable" property setting and create streamable
output if downstream is known not to be seekable (as queried
via a SEEKABLE query).

Fixes pipelines like webmmux ! appsink creating seemingly
corrupted output if streamable has not been set to true.

12 years agoupdate for basetransform change
Wim Taymans [Fri, 24 Feb 2012 10:03:48 +0000 (11:03 +0100)]
update for basetransform change

12 years agoupdate for metadata change
Wim Taymans [Fri, 24 Feb 2012 09:26:26 +0000 (10:26 +0100)]
update for metadata change

12 years agoUpdate NEWS and RELEASE as well
Tim-Philipp Müller [Thu, 23 Feb 2012 12:05:20 +0000 (12:05 +0000)]
Update NEWS and RELEASE as well

12 years agoBump version after release
Tim-Philipp Müller [Thu, 23 Feb 2012 11:07:35 +0000 (11:07 +0000)]
Bump version after release

12 years agoaudiofx: remove transform lock usage
Wim Taymans [Thu, 23 Feb 2012 11:03:24 +0000 (12:03 +0100)]
audiofx: remove transform lock usage

12 years agoupdate for basetransform lock removal
Wim Taymans [Thu, 23 Feb 2012 10:16:21 +0000 (11:16 +0100)]
update for basetransform lock removal

12 years agodebugutils: disable efence plugin properly
Tim-Philipp Müller [Wed, 22 Feb 2012 23:36:54 +0000 (23:36 +0000)]
debugutils: disable efence plugin properly

We don't want it built if mmap isn't available either..

12 years agoflacenc: fix get_caps function some more so that all structures have channel info
Tim-Philipp Müller [Wed, 22 Feb 2012 17:39:16 +0000 (17:39 +0000)]
flacenc: fix get_caps function some more so that all structures have channel info

Set channels and channel-layout on the right structure; that is, the
structure we are going to append to the caps we are building, and not
the structure we are using as a template for all the structures. Fixes
first structure of the returned caps not having any channel info set
on it.

12 years agoflacenc: microoptimisation: avoid unnecessary list and string copies
Tim-Philipp Müller [Wed, 22 Feb 2012 17:09:25 +0000 (17:09 +0000)]
flacenc: microoptimisation: avoid unnecessary list and string copies

12 years agoflacenc: audio caps have a *list* of formats, not an array of formats
Tim-Philipp Müller [Wed, 22 Feb 2012 17:03:42 +0000 (17:03 +0000)]
flacenc: audio caps have a *list* of formats, not an array of formats

A list of things in caps is something where one is picked in the
course of negotiation. An array is always something that only makes
sense as a whole in that order.

12 years agoflacenc: remove post-port bogus _unref
Mark Nauwelaerts [Wed, 22 Feb 2012 17:02:27 +0000 (18:02 +0100)]
flacenc: remove post-port bogus _unref

12 years agoflacenc: remove bogus pad locking that causes deadlocks
Tim-Philipp Müller [Wed, 22 Feb 2012 17:00:19 +0000 (17:00 +0000)]
flacenc: remove bogus pad locking that causes deadlocks

It's not clear why the pad object lock is taken here. But
gst_pad_{has,get}_current_caps() will try to take the lock
as well and deadlock, since it's not recursive.

12 years agoflacenc: set right number of channels on caps in get_caps function
Tim-Philipp Müller [Wed, 22 Feb 2012 16:59:42 +0000 (16:59 +0000)]
flacenc: set right number of channels on caps in get_caps function

12 years agoautogen: avoid touching .po files during 'make'
David Schleef [Wed, 22 Feb 2012 01:16:32 +0000 (17:16 -0800)]
autogen: avoid touching .po files during 'make'

A simple workaround to deal with GNU gettext automake integration
failing to deal with git.  Fixes: #669207

12 years agoupdate for new memory api
Wim Taymans [Wed, 22 Feb 2012 01:06:17 +0000 (02:06 +0100)]
update for new memory api

12 years agopulse: Fix a build warning when compiling with asserts disabled
Vincent Untz [Tue, 21 Feb 2012 16:57:44 +0000 (17:57 +0100)]
pulse: Fix a build warning when compiling with asserts disabled

Return a value even if the code will never be reached, to make compilers
happy.

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

12 years agompegaudioparse: support parsing freeform bitrate stream
Mark Nauwelaerts [Tue, 21 Feb 2012 17:42:31 +0000 (18:42 +0100)]
mpegaudioparse: support parsing freeform bitrate stream

12 years agomonoscope: port to 0.11
Mark Nauwelaerts [Tue, 21 Feb 2012 17:39:18 +0000 (18:39 +0100)]
monoscope: port to 0.11

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 21 Feb 2012 09:53:56 +0000 (10:53 +0100)]
Merge branch 'master' into 0.11

12 years agortph264pay: Force baseline is profile-level-id is unspecified
Olivier Crête [Mon, 20 Feb 2012 17:22:12 +0000 (12:22 -0500)]
rtph264pay: Force baseline is profile-level-id is unspecified

12 years agoid3v2mux: Fix merge error
Edward Hervey [Tue, 21 Feb 2012 09:40:00 +0000 (10:40 +0100)]
id3v2mux: Fix merge error

12 years agortph264pay: Force baseline is profile-level-id is unspecified
Olivier Crête [Mon, 20 Feb 2012 17:22:12 +0000 (12:22 -0500)]
rtph264pay: Force baseline is profile-level-id is unspecified

12 years agofix compiler warnings
Wim Taymans [Mon, 20 Feb 2012 15:35:18 +0000 (16:35 +0100)]
fix compiler warnings

12 years agofix compiler warnings
Matej Knopp [Thu, 26 Jan 2012 08:29:28 +0000 (03:29 -0500)]
fix compiler warnings

12 years agotests: fix up level test for GstValueList -> GValueArray change
Tim-Philipp Müller [Sat, 18 Feb 2012 11:38:36 +0000 (11:38 +0000)]
tests: fix up level test for GstValueList -> GValueArray change

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

12 years agolevel: use GValueArray instead of GstValueList in messages
Peteris Krisjanis [Thu, 16 Feb 2012 16:01:29 +0000 (18:01 +0200)]
level: use GValueArray instead of GstValueList in messages

Updated GstLevel element to use GValueArray instead of
GstValueList for rms/peak/decay keys attached to element
message.

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

12 years agowin32: back to development
Wim Taymans [Fri, 17 Feb 2012 23:00:54 +0000 (00:00 +0100)]
win32: back to development

12 years agoNo longer reference deprecated header files while building docs.
Dominique Leuenberger [Fri, 17 Feb 2012 22:54:29 +0000 (23:54 +0100)]
No longer reference deprecated header files while building docs.

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 17 Feb 2012 22:49:21 +0000 (23:49 +0100)]
Merge branch 'master' into 0.11

Conflicts:
gst/equalizer/gstiirequalizer.c

12 years agoequalizer: fix switching from passthrough to non-passthrough when parameters change
Tim-Philipp Müller [Fri, 17 Feb 2012 17:21:53 +0000 (17:21 +0000)]
equalizer: fix switching from passthrough to non-passthrough when parameters change

commit b5bf0294 moved the if(need_new_coefficients) set_passthrough(equ)
after the if(is_passthrough) return FLOW_OK shortcut, so the passthrough
mode would never get updated even if the coefficients change.

Fixes equalizer-test doing .. nothing.

12 years agogoom*: fix leaked caps event
Mark Nauwelaerts [Fri, 17 Feb 2012 16:57:03 +0000 (17:57 +0100)]
goom*: fix leaked caps event

12 years agompegaudioparse: parse either Xing or VBRI data
Mark Nauwelaerts [Fri, 17 Feb 2012 12:26:53 +0000 (13:26 +0100)]
mpegaudioparse: parse either Xing or VBRI data

... and avoid confusing debug message claiming neither present.

12 years agomatrosk: fix segment update
Wim Taymans [Fri, 17 Feb 2012 13:38:03 +0000 (14:38 +0100)]
matrosk: fix segment update

12 years agoback to development
Wim Taymans [Fri, 17 Feb 2012 10:05:27 +0000 (11:05 +0100)]
back to development

12 years agoRELEASE 0.11.1 RELEASE-0.11.1
Wim Taymans [Fri, 17 Feb 2012 10:04:47 +0000 (11:04 +0100)]
RELEASE 0.11.1

12 years agogoom: fix buffer leak
Mark Nauwelaerts [Thu, 16 Feb 2012 22:33:15 +0000 (23:33 +0100)]
goom: fix buffer leak

12 years agogoom2k1: use some more boilerplate
Mark Nauwelaerts [Thu, 16 Feb 2012 22:40:58 +0000 (23:40 +0100)]
goom2k1: use some more boilerplate

12 years agogoom2k1: port to 0.11
Mark Nauwelaerts [Thu, 16 Feb 2012 22:33:01 +0000 (23:33 +0100)]
goom2k1: port to 0.11

12 years agoshout2: use some more boilerplate
Mark Nauwelaerts [Thu, 16 Feb 2012 14:31:53 +0000 (15:31 +0100)]
shout2: use some more boilerplate

12 years agoshout2: port to 0.11
Mark Nauwelaerts [Thu, 16 Feb 2012 14:29:34 +0000 (15:29 +0100)]
shout2: port to 0.11

12 years agointerleave: port to 0.11
Philippe Normand [Tue, 14 Feb 2012 10:56:00 +0000 (11:56 +0100)]
interleave: port to 0.11

Port of the interleave element and its unittests.

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

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Thu, 16 Feb 2012 13:23:50 +0000 (14:23 +0100)]
Merge branch 'master' into 0.11

12 years agov4l2src: failure to query some optional controls is not a fatal error
Gary Ching-Pang Lin [Thu, 16 Feb 2012 09:14:20 +0000 (17:14 +0800)]
v4l2src: failure to query some optional controls is not a fatal error

Don't post a (fatal) error message on the bus just because we
failed to query some control. Fixes issue with built-in
Suyin Corp webcam for HP notebook (usbid 064e:e28a) on
OpenSuse 12.1, where querying red/blue balance fails.

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

12 years agov4l2src: fix for webcamstudio vloopback
Tuukka Pasanen [Thu, 16 Feb 2012 12:59:10 +0000 (12:59 +0000)]
v4l2src: fix for webcamstudio vloopback

Because vlooback emits 25 - ENOTTY and no EINVAL v4l2src thought it
can't handle this and does not work.

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

12 years agortpjitterbuffer: declare variables at the beginning of the block
Tim-Philipp Müller [Thu, 16 Feb 2012 11:21:28 +0000 (11:21 +0000)]
rtpjitterbuffer: declare variables at the beginning of the block

It's how we roll. Fixes 'ISO C90 forbids mixed declarations and code'
compiler warning.

12 years agoexamples: fix spectrum example build issues
Tim-Philipp Müller [Wed, 15 Feb 2012 23:55:44 +0000 (23:55 +0000)]
examples: fix spectrum example build issues

Find fft headers in uninstalled setup, fix LIBS order.

12 years agoaacparse: remove some unused declarations
Wim Taymans [Wed, 15 Feb 2012 11:41:43 +0000 (12:41 +0100)]
aacparse: remove some unused declarations

12 years agospectrum-demo: show the effect of fast-mode
Stefan Sauer [Wed, 15 Feb 2012 10:25:45 +0000 (11:25 +0100)]
spectrum-demo: show the effect of fast-mode

12 years agoaspectratiocrop: fix caps refcount
Wim Taymans [Tue, 14 Feb 2012 11:26:37 +0000 (12:26 +0100)]
aspectratiocrop: fix caps refcount

12 years agotests: fix test, use videoconvert
Wim Taymans [Tue, 14 Feb 2012 10:22:46 +0000 (11:22 +0100)]
tests: fix test, use videoconvert

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 14 Feb 2012 09:51:38 +0000 (10:51 +0100)]
Merge branch 'master' into 0.11

Conflicts:
tests/check/elements/flacparse.c

12 years agoaudioparsers: adjust to modified baseparse API
Mark Nauwelaerts [Thu, 9 Feb 2012 12:41:53 +0000 (13:41 +0100)]
audioparsers: adjust to modified baseparse API

12 years agoupdate for memory api change
Wim Taymans [Mon, 13 Feb 2012 16:13:17 +0000 (17:13 +0100)]
update for memory api change

12 years agotests: flacparse: check and compare intended data
Mark Nauwelaerts [Mon, 13 Feb 2012 11:06:37 +0000 (12:06 +0100)]
tests: flacparse: check and compare intended data

12 years agoMerge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller [Sun, 12 Feb 2012 17:03:37 +0000 (17:03 +0000)]
Merge remote-tracking branch 'origin/master' into 0.11

Conflicts:
ext/taglib/gstapev2mux.cc
ext/taglib/gstid3v2mux.cc
ext/taglib/gsttaglibmux.c
ext/taglib/gsttaglibmux.h

12 years agotaglib: port to GstTagMux base class
Tim-Philipp Müller [Sun, 12 Feb 2012 16:22:21 +0000 (16:22 +0000)]
taglib: port to GstTagMux base class

12 years agotaglib: finish off a few missed variable changes
Vincent Penquerc'h [Sun, 12 Feb 2012 12:24:50 +0000 (12:24 +0000)]
taglib: finish off a few missed variable changes

Local variables are now unused, and the values from the segment copy
are used instead, so remove the now useless local variables and write
to the segment where appropriate.

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 10 Feb 2012 15:23:14 +0000 (16:23 +0100)]
Merge branch 'master' into 0.11

Conflicts:
ext/flac/gstflacenc.c
ext/jack/gstjackaudioclient.c
ext/jack/gstjackaudiosink.c
ext/jack/gstjackaudiosrc.c
ext/pulse/plugin.c
ext/shout2/gstshout2.c
gst/matroska/matroska-mux.c
gst/rtp/gstrtph264pay.c

12 years agortph264pay: add stream-format and alignment to h264 sink caps
Tim-Philipp Müller [Wed, 8 Feb 2012 23:03:28 +0000 (23:03 +0000)]
rtph264pay: add stream-format and alignment to h264 sink caps

We're happy to accept both byte-stream and avc, advertise
that on the sink caps and fix up _get_caps() function to
not just return "video/x-h264".

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

12 years agortph264depay: add stream-format and alignment fields to src template caps
Tim-Philipp Müller [Wed, 8 Feb 2012 20:58:04 +0000 (20:58 +0000)]
rtph264depay: add stream-format and alignment fields to src template caps

Because we can. And so we get a warning if we try to output avc with
nal alignment or somesuch.

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

12 years agotests: clean up rtp-payloading test a little
Tim-Philipp Müller [Fri, 10 Feb 2012 13:44:43 +0000 (13:44 +0000)]
tests: clean up rtp-payloading test a little

Feed data into the pipeline using appsrc instead of fdsrc and
a pipe. Store unsigned byte values in guint8 instead of char.
Getting rid of the capsfilter also helps to avoid 'format is
not fully specified' warnings when pushing "video/x-h264" data
into rtph264pay with fully specified h264 caps in the sink template.

12 years agoflv: use default pad query
Wim Taymans [Fri, 10 Feb 2012 09:07:34 +0000 (10:07 +0100)]
flv: use default pad query

We need to chain up unknown queries to the default query handler instead of
blindly forwarding them. In this case it caused the caps query to be forwarded
to the upstream typefind and return the wrong type for the audio/video pad.

12 years agotests: mpegaudioparse: remove stray declaration
Mark Nauwelaerts [Thu, 9 Feb 2012 21:12:14 +0000 (22:12 +0100)]
tests: mpegaudioparse: remove stray declaration

12 years agoaacparse: correctly set ADIF src caps
Mark Nauwelaerts [Thu, 9 Feb 2012 21:07:48 +0000 (22:07 +0100)]
aacparse: correctly set ADIF src caps

12 years agoac3parse: prevent a few direct exits without cleanup
Mark Nauwelaerts [Thu, 9 Feb 2012 21:10:07 +0000 (22:10 +0100)]
ac3parse: prevent a few direct exits without cleanup

12 years agoflacdec: shift in proper direction for audio sample conversion
Mark Nauwelaerts [Thu, 9 Feb 2012 21:07:18 +0000 (22:07 +0100)]
flacdec: shift in proper direction for audio sample conversion

12 years agotests: fix compilation
Wim Taymans [Thu, 9 Feb 2012 17:09:45 +0000 (18:09 +0100)]
tests: fix compilation

12 years agomultiudpsink: typo fix (bytes send -> bytes sent)
Marc Leeman [Thu, 9 Feb 2012 09:11:48 +0000 (10:11 +0100)]
multiudpsink: typo fix (bytes send -> bytes sent)