platform/upstream/gstreamer.git
11 years agotests: fix icydemux unit test
Tim-Philipp Müller [Sun, 26 Aug 2012 20:45:44 +0000 (21:45 +0100)]
tests: fix icydemux unit test

Was waiting for a tag message on the bus, which would never
come, because elements don't post those themselves any more
but let sinks post them from tag events. Only that there are
no sinks in this unit test.

11 years agotests: fix videocrop crop_to_1x1 unit test for GRAY8 format
Tim-Philipp Müller [Sun, 26 Aug 2012 20:27:00 +0000 (21:27 +0100)]
tests: fix videocrop crop_to_1x1 unit test for GRAY8 format

Update table with pixel values with the value actually produced
by videotestsrc.

11 years agopulsesrc: Only print caps if they're provided
Sjoerd Simons [Mon, 27 Aug 2012 07:00:45 +0000 (09:00 +0200)]
pulsesrc: Only print caps if they're provided

11 years agovideomixer: fix endianness check on systems where non-glib endianness defines are...
Michael Rubinstein [Fri, 24 Aug 2012 18:43:08 +0000 (19:43 +0100)]
videomixer: fix endianness check on systems where non-glib endianness defines are not set

On Windows LITTLE_ENDIAN without the G_ in was not defined,  so the
test comes out wrong.

11 years agoudpsink: don't crash on NULL error
Wim Taymans [Wed, 22 Aug 2012 15:23:25 +0000 (17:23 +0200)]
udpsink: don't crash on NULL error

Check if there is an error before retrieving its message.

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

11 years agoAutomatic update of common submodule
Stefan Sauer [Wed, 22 Aug 2012 11:30:19 +0000 (13:30 +0200)]
Automatic update of common submodule

From 668acee to 4f962f7

11 years agoconfigure: bump gtk-doc req to 1.12 (mar-2009)
Stefan Sauer [Wed, 22 Aug 2012 11:18:00 +0000 (13:18 +0200)]
configure: bump gtk-doc req to 1.12 (mar-2009)

This allows us to e.g. unconditionally use gtkdoc-rebase.

11 years agoosxvideosink: Make osxvideosink use the non-deprecated threading api from glib.
Martin Ertsaas [Wed, 22 Aug 2012 09:21:38 +0000 (11:21 +0200)]
osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.

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

11 years agopulsesrc: Handle negotiation events
Arun Raghavan [Tue, 14 Aug 2012 10:10:31 +0000 (15:40 +0530)]
pulsesrc: Handle negotiation events

This makes sure that we:

a) Destroy an existing stream if a negotiate() request comes in: this is
required when receiving a downstream renegotiation request after a
stream has been created.

b) Create a new stream on prepare(): this is required since we do a
setcaps() in negotiate(), which causes the stream to be dropped by a
ringbuffer release() call (this does not happen during first negotiation
since the release is only done on a running ringbuffer). The subsequent
call to ringbuffer acquire() fails because the stream was lost on
release().

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

11 years agopulse: Clear unpositioned flag when setting positions
Arun Raghavan [Tue, 14 Aug 2012 10:08:27 +0000 (15:38 +0530)]
pulse: Clear unpositioned flag when setting positions

If converting a PA channel map to gst channel positions results in a
valid set of channel positions, we clear the unpositioned flag from the
ringbuffer spec.

11 years agopulsesrc: Remove redundant channel-mask setting for stereo case
Arun Raghavan [Tue, 14 Aug 2012 04:07:45 +0000 (09:37 +0530)]
pulsesrc: Remove redundant channel-mask setting for stereo case

The gstaudio helper libraries already take care of this case for us.

11 years agopulsesrc: Don't use memset to set invalid channel positions
Arun Raghavan [Tue, 14 Aug 2012 04:06:30 +0000 (09:36 +0530)]
pulsesrc: Don't use memset to set invalid channel positions

This itereates over the GstAudioInfo to set invalid channel positions
rather than use memset() which works right now because it assumes that
GST_AUDIO_CHANNEL_POSITION_INVALID is -1.

11 years agogdkpixbufsink: minor docs improvement
Tim-Philipp Müller [Wed, 22 Aug 2012 09:30:04 +0000 (10:30 +0100)]
gdkpixbufsink: minor docs improvement

11 years agogdkpixbuf: re-enable already-ported gdkpixbufsink
Tim-Philipp Müller [Wed, 22 Aug 2012 09:23:24 +0000 (10:23 +0100)]
gdkpixbuf: re-enable already-ported gdkpixbufsink

11 years agogdkpixbuf: port gdkpixbufoverlay element to 0.11
Tim-Philipp Müller [Wed, 22 Aug 2012 09:08:08 +0000 (10:08 +0100)]
gdkpixbuf: port gdkpixbufoverlay element to 0.11

11 years agogdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec
Tim-Philipp Müller [Tue, 21 Aug 2012 23:00:46 +0000 (00:00 +0100)]
gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec

Not sure why it as disabled exactly given that it had already
been ported (though without metas or baseclass).

Move plugin_init bits into separate source file, and rename
decoder element to gdkpixbufdec.

11 years agogdkpixbuf: remove old and unused gst_loader source file
Tim-Philipp Müller [Tue, 21 Aug 2012 22:25:47 +0000 (23:25 +0100)]
gdkpixbuf: remove old and unused gst_loader source file

Once upon a time used to load GStreamer vids via GdkPixbuf API.

11 years agortspsrc: make jitterbuffer drop-on-latency available (fix #682055)
Aleix Conchillo Flaque [Thu, 16 Aug 2012 23:51:16 +0000 (16:51 -0700)]
rtspsrc: make jitterbuffer drop-on-latency available (fix #682055)

Conflicts:

gst/rtsp/gstrtspsrc.h

11 years agov4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+
Huacai Chen [Tue, 21 Aug 2012 11:47:45 +0000 (19:47 +0800)]
v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+

When do v4l2_ioctl() with VIDIOC_ENUMINPUT fails on some devices,
kernels before 3.3.0 return EINVAL, but newer kernels return ENOTTY.
This patch make those devices work well on kernel 3.3+.

Related kernel commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=07d106d0a33d6063d2061305903deb02489eba20

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Rui Wang <wangr@lemote.com>
Signed-off-by: Jie Chen <chenj@lemote.com>
11 years agovideo/x-dvd-subpicture -> subpicture/x-dvd
Tim-Philipp Müller [Mon, 20 Aug 2012 22:30:38 +0000 (23:30 +0100)]
video/x-dvd-subpicture -> subpicture/x-dvd

11 years agomultifilesrc: fix example pipeline in docs
Tim-Philipp Müller [Fri, 17 Aug 2012 19:52:42 +0000 (20:52 +0100)]
multifilesrc: fix example pipeline in docs

11 years agoequalizer: enable presets for the n-band equalizer
Stefan Sauer [Fri, 17 Aug 2012 12:59:57 +0000 (14:59 +0200)]
equalizer: enable presets for the n-band equalizer

Add a test for saving and restoring the preset.

11 years agodeinterlace: fix not-negotiated errors on variable or missing framerate in input...
Tim-Philipp Müller [Tue, 14 Aug 2012 00:20:19 +0000 (01:20 +0100)]
deinterlace: fix not-negotiated errors on variable or missing framerate in input caps

Remove some bogus code I added during porting that would error out
on missing or variable framerates in input caps. Handle this like
we do in 0.10

Fixes test_mode_disabled_passthrough unit test check.

11 years agolaw: Filter layout caps field
Sjoerd Simons [Sun, 12 Aug 2012 11:16:32 +0000 (13:16 +0200)]
law: Filter layout caps field

The layout caps field shouldn't be passed through to the sink pad
of {mu,a}lawdec.

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

11 years agoflacenc: allow a TOC with single alternative top-level entry
Anton Belka [Thu, 9 Aug 2012 16:41:34 +0000 (19:41 +0300)]
flacenc: allow a TOC with single alternative top-level entry

Allow a TOC that has a single alternative top-level entry
with multiple sequence sub-entries

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

11 years agoconfigure: And fix the GTK check to use the correct pkg-config package name
Sebastian Dröge [Thu, 9 Aug 2012 08:31:39 +0000 (10:31 +0200)]
configure: And fix the GTK check to use the correct pkg-config package name

11 years agoconfigure: Fix GTK required version variable name
Sebastian Dröge [Thu, 9 Aug 2012 08:25:38 +0000 (10:25 +0200)]
configure: Fix GTK required version variable name

11 years agov4l2: fix build with recent kernels, the v4l2_buffer input field was removed
Matthias Clasen [Thu, 9 Aug 2012 07:35:23 +0000 (08:35 +0100)]
v4l2: fix build with recent kernels, the v4l2_buffer input field was removed

This was unused apparently and removed in the kernel in commit:

 From 2b719d7baf490e24ce7d817c6337b7c87fda84c1 Mon Sep 17 00:00:00 2001
 From: Sakari Ailus <sakari.ailus@iki.fi>
 Date: Wed, 2 May 2012 09:40:03 -0300
 Subject: [PATCH] [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT

 Remove input field in struct v4l2_buffer and flag V4L2_BUF_FLAG_INPUT which
 tells the former is valid. The flag is used by no driver currently.

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

Conflicts:
sys/v4l2/gstv4l2bufferpool.c

11 years agortph264pay: Make it actually work after cleanups
Olivier Crête [Thu, 9 Aug 2012 00:25:36 +0000 (17:25 -0700)]
rtph264pay: Make it actually work after cleanups

11 years agogst: Set alignment at the correct place of GstAllocationParams
Sebastian Dröge [Wed, 8 Aug 2012 15:39:07 +0000 (17:39 +0200)]
gst: Set alignment at the correct place of GstAllocationParams

11 years agoBack to development
Tim-Philipp Müller [Wed, 8 Aug 2012 15:25:58 +0000 (16:25 +0100)]
Back to development

11 years agoRelease 0.11.93
Tim-Philipp Müller [Wed, 8 Aug 2012 14:22:04 +0000 (15:22 +0100)]
Release 0.11.93

11 years agowin32: add generated tuner-marshal/enumtypes files for v4l2src and update
Tim-Philipp Müller [Wed, 8 Aug 2012 14:17:22 +0000 (15:17 +0100)]
win32: add generated tuner-marshal/enumtypes files for v4l2src and update

And gst-indent the right rtp marshal files; add missing files to MANIFEST.

11 years agogst: update disted orc files
Tim-Philipp Müller [Wed, 8 Aug 2012 14:10:37 +0000 (15:10 +0100)]
gst: update disted orc files

11 years agoSilence some 'variable may be used uninitialized' compiler warnings
Tim-Philipp Müller [Wed, 8 Aug 2012 10:31:59 +0000 (11:31 +0100)]
Silence some 'variable may be used uninitialized' compiler warnings

When compiling with -DG_DISABLE_ASSERT

11 years agoNo code with side-effects inside g_assert() please
Tim-Philipp Müller [Wed, 8 Aug 2012 09:56:51 +0000 (10:56 +0100)]
No code with side-effects inside g_assert() please

11 years agomultiudpsink: Return FLUSHING instead of ERROR on unlock
Olivier Crête [Tue, 7 Aug 2012 18:14:21 +0000 (11:14 -0700)]
multiudpsink: Return FLUSHING instead of ERROR on unlock

If the base class asks multiudpsink to unlock, then it should return
FLUSHING, not ERROR

11 years agoflacenc: add TOC support
Anton Belka [Thu, 26 Jul 2012 13:19:57 +0000 (16:19 +0300)]
flacenc: add TOC support

Add TOC as embedded cuesheets in flac files.

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

11 years agoflacparse: generate empty vorbiscomment for complete streamheaders if needed
Mark Nauwelaerts [Tue, 7 Aug 2012 10:12:09 +0000 (12:12 +0200)]
flacparse: generate empty vorbiscomment for complete streamheaders if needed

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

11 years agortpssrcdemux: Block pad while it is announced.
Olivier Crête [Tue, 7 Aug 2012 01:02:50 +0000 (18:02 -0700)]
rtpssrcdemux: Block pad while it is announced.

Block the RTP pad and associated RTCP pads while they are being
announced. This it to prevent a race where one is announced and
before the callback has connected it, the other one gets a buffer.

We can't use the "padlock" of ssrcdemux because it causes deadlocks.

11 years agocommon: un-do accidental common update revert in commit 7b5925b5
Tim-Philipp Müller [Mon, 6 Aug 2012 14:00:57 +0000 (15:00 +0100)]
common: un-do accidental common update revert in commit 7b5925b5

11 years agortpmparobustdepay: set correct data_size for generated dummy frame
Mark Nauwelaerts [Mon, 6 Aug 2012 12:50:53 +0000 (14:50 +0200)]
rtpmparobustdepay: set correct data_size for generated dummy frame

... which prevents getting stuck in a loop if such one is needed.

11 years agortpmparobustdepay: improve and fix debug statement
Mark Nauwelaerts [Mon, 6 Aug 2012 12:50:03 +0000 (14:50 +0200)]
rtpmparobustdepay: improve and fix debug statement

... so it really informs about next rather than past frame.

11 years agortpmparobustdepay: update available bytewriter space when repositioning
Mark Nauwelaerts [Mon, 6 Aug 2012 10:34:55 +0000 (12:34 +0200)]
rtpmparobustdepay: update available bytewriter space when repositioning

... and add some more assert to catch potential surprises early on.

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

11 years agogst: Add stream-id to stream-start events
Sebastian Dröge [Sat, 4 Aug 2012 10:47:44 +0000 (12:47 +0200)]
gst: Add stream-id to stream-start events

11 years agomatroskademux: Chain up to the parent class' query handler if no pad is provided
Sebastian Dröge [Sat, 4 Aug 2012 10:54:32 +0000 (12:54 +0200)]
matroskademux: Chain up to the parent class' query handler if no pad is provided

11 years agoosxvideosink: add a better detection for the main run loop
Andoni Morales Alastruey [Wed, 1 Aug 2012 23:48:29 +0000 (01:48 +0200)]
osxvideosink: add a better detection for the main run loop

11 years agodirectsoundsink: Do not overwrite the DS buffer when testing for AC3 support
Xavi Artigas [Fri, 27 Jul 2012 14:13:49 +0000 (16:13 +0200)]
directsoundsink: Do not overwrite the DS buffer when testing for AC3 support

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

Conflicts:
sys/directsound/gstdirectsoundsink.c

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 5 Aug 2012 15:39:23 +0000 (16:39 +0100)]
Automatic update of common submodule

From 94ccf4c to 668acee

11 years agortpssrcdemux: Release lock before signalling new pad
Olivier Crête [Fri, 3 Aug 2012 15:13:52 +0000 (16:13 +0100)]
rtpssrcdemux: Release lock before signalling new pad

This prevents a deadlock where something would try to push an event
through the SSRC demux from the callback, causing the pads to be iterated
and the lock taken.

11 years agogst_tag_list_free -> gst_tag_list_unref
Tim-Philipp Müller [Sat, 4 Aug 2012 15:10:16 +0000 (16:10 +0100)]
gst_tag_list_free -> gst_tag_list_unref

11 years agortspsrc: manage race between connection closing and flushing
Mark Nauwelaerts [Fri, 3 Aug 2012 12:10:32 +0000 (14:10 +0200)]
rtspsrc: manage race between connection closing and flushing

... where the former can happen in task thread and the latter in mainloop
upon downward state change.

11 years agoflacdec: improve and relax audio frame parsing
Mark Nauwelaerts [Fri, 3 Aug 2012 12:02:23 +0000 (14:02 +0200)]
flacdec: improve and relax audio frame parsing

... so as to properly recognize first audio frame.

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

Conflicts:

ext/flac/gstflacdec.c

11 years agoqtdemux: fix double unref of private tag buffer
René Stadler [Wed, 1 Aug 2012 10:16:41 +0000 (12:16 +0200)]
qtdemux: fix double unref of private tag buffer

11 years agowavparse: create TOC as needed
Anton Belka [Mon, 30 Jul 2012 14:54:51 +0000 (17:54 +0300)]
wavparse: create TOC as needed

Avoid creating the toc if the wav has no or empty cue chunk.
Also a small code cleanup.

11 years agowavparse: update for TOC API changes
Tim-Philipp Müller [Sat, 28 Jul 2012 10:26:01 +0000 (11:26 +0100)]
wavparse: update for TOC API changes

11 years agomatroska: update for TOC API changes
Tim-Philipp Müller [Sat, 28 Jul 2012 10:22:43 +0000 (11:22 +0100)]
matroska: update for TOC API changes

11 years agoflacparse: update for TOC API changes
Tim-Philipp Müller [Sat, 28 Jul 2012 10:20:08 +0000 (11:20 +0100)]
flacparse: update for TOC API changes

11 years agotag: Update for taglist/tag event API changes
Sebastian Dröge [Fri, 27 Jul 2012 22:19:51 +0000 (00:19 +0200)]
tag: Update for taglist/tag event API changes

11 years agoqt(de)mux: pass private blob tags in a sample
Mark Nauwelaerts [Fri, 27 Jul 2012 10:05:44 +0000 (12:05 +0200)]
qt(de)mux: pass private blob tags in a sample

... rather than a buffer, and the detailed info in the sample info
rather than caps.

11 years agovideocrop: Don't return NULL from _transform_caps
Robert Swain [Fri, 27 Jul 2012 09:31:13 +0000 (11:31 +0200)]
videocrop: Don't return NULL from _transform_caps

If _transform_caps () returns NULL, the basetransform _transform_caps
tries to call gst_caps_is_subset () with a NULL subset which hits an
assertion.

11 years agoflacenc: obtain image type from the sample info
Mark Nauwelaerts [Fri, 27 Jul 2012 09:26:18 +0000 (11:26 +0200)]
flacenc: obtain image type from the sample info

11 years agoflacenc: remove extraneous _unref
Mark Nauwelaerts [Fri, 27 Jul 2012 09:25:49 +0000 (11:25 +0200)]
flacenc: remove extraneous _unref

... since we did not obtain a buffer ref from the GstSample.

11 years agoflacenc: Update to use GstSample tag setting API
Robert Swain [Fri, 27 Jul 2012 08:14:23 +0000 (10:14 +0200)]
flacenc: Update to use GstSample tag setting API

11 years agortpmparobustdepay: modify buffer data rather than buffer itself
Mark Nauwelaerts [Thu, 26 Jul 2012 14:34:21 +0000 (16:34 +0200)]
rtpmparobustdepay: modify buffer data rather than buffer itself

11 years agortpmparobustdepay: avoid leaking bytewriter instance
Mark Nauwelaerts [Thu, 26 Jul 2012 14:28:33 +0000 (16:28 +0200)]
rtpmparobustdepay: avoid leaking bytewriter instance

11 years agodeinterlace: Fix timestamp adjustment and caps
Robert Swain [Thu, 26 Jul 2012 14:04:23 +0000 (16:04 +0200)]
deinterlace: Fix timestamp adjustment and caps

11 years agodeinterlace: Fix/simplify telecine state checks
Robert Swain [Thu, 26 Jul 2012 14:03:57 +0000 (16:03 +0200)]
deinterlace: Fix/simplify telecine state checks

11 years agodeinterlace: Improve debug output
Robert Swain [Thu, 26 Jul 2012 10:08:58 +0000 (12:08 +0200)]
deinterlace: Improve debug output

11 years agodeinterlace: Fix low-latency pattern locking
Robert Swain [Thu, 26 Jul 2012 10:08:36 +0000 (12:08 +0200)]
deinterlace: Fix low-latency pattern locking

11 years agodeinterlace: RFF should be ignored in deinterlace
Robert Swain [Tue, 24 Jul 2012 14:19:53 +0000 (16:19 +0200)]
deinterlace: RFF should be ignored in deinterlace

RFF only occurs on progressive frames in telecine sequences. For
deinterlace, we don't want these repeated fields as we will simply be
pushing the progressive frame and then moving on.

However, we need to consider RFF in order to correctly identify patterns
and adjust the timestamps.

11 years agodeinterlace: Improve process logic
Robert Swain [Tue, 24 Jul 2012 12:59:47 +0000 (14:59 +0200)]
deinterlace: Improve process logic

The logic now works better if we filter orphans, then progressive, then
telecine interlaced fields which need to be woven and fall through to
interlace. Telecine interlaced fields will be regularly deinterlaced if
there is no pattern lock for us to be sure that we have a telecine
pattern.

Telecine sequences that aren't 24fps progressive with RFF flags can't
really be tested until fieldanalysis is ported.

11 years agoflacenc: only set complete output caps once
Mark Nauwelaerts [Wed, 25 Jul 2012 14:02:34 +0000 (16:02 +0200)]
flacenc: only set complete output caps once

... so as to avoid downstream complaints about missing streamheaders.

11 years agoflacdec: also support S24_32 output
Mark Nauwelaerts [Wed, 25 Jul 2012 13:29:04 +0000 (15:29 +0200)]
flacdec: also support S24_32 output

11 years agoflacenc: pass correct parameters to encoder lib
Mark Nauwelaerts [Wed, 25 Jul 2012 13:28:14 +0000 (15:28 +0200)]
flacenc: pass correct parameters to encoder lib

11 years agoflacenc: adjust to modified audioencoder getcaps helper API
Mark Nauwelaerts [Wed, 25 Jul 2012 12:57:13 +0000 (14:57 +0200)]
flacenc: adjust to modified audioencoder getcaps helper API

11 years agortsp: go and stay in the loop function on PLAY
Wim Taymans [Wed, 25 Jul 2012 10:50:01 +0000 (12:50 +0200)]
rtsp: go and stay in the loop function on PLAY

When we have a PLAY request, go into the LOOP function next. When we are
looping, keep on looping until we are told otherwise.
This fixed rtsp and TCP connections.

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

11 years agortsp: set caps after activating the pad
Wim Taymans [Wed, 25 Jul 2012 10:49:35 +0000 (12:49 +0200)]
rtsp: set caps after activating the pad

11 years agoh264depay: small cleanups
Wim Taymans [Wed, 25 Jul 2012 10:49:07 +0000 (12:49 +0200)]
h264depay: small cleanups

11 years agoxqtdepay: fix buffer refcount error
Wim Taymans [Wed, 25 Jul 2012 08:08:52 +0000 (10:08 +0200)]
xqtdepay: fix buffer refcount error

After pushing the buffer into the adapter, we should not let the baseclass push
it out anymore. This error was introduced while porting to 0.11.

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

11 years agolevel: remove obsolete liboil comment
Stefan Sauer [Tue, 24 Jul 2012 19:41:53 +0000 (21:41 +0200)]
level: remove obsolete liboil comment

11 years agomatroskademux: push mode: increase segment accuracy following seek
Mark Nauwelaerts [Tue, 24 Jul 2012 19:11:18 +0000 (21:11 +0200)]
matroskademux: push mode: increase segment accuracy following seek

Conflicts:

gst/matroska/matroska-demux.c

11 years agomatroskademux: perform proper KEY_UNIT seek also in push mode
Mark Nauwelaerts [Tue, 24 Jul 2012 14:41:51 +0000 (16:41 +0200)]
matroskademux: perform proper KEY_UNIT seek also in push mode

Conflicts:

gst/matroska/matroska-demux.c

11 years agoudpsrc: don't crash dereferencing NULL error when leaving multicast group on shutdown
Tim-Philipp Müller [Tue, 24 Jul 2012 18:04:39 +0000 (19:04 +0100)]
udpsrc: don't crash dereferencing NULL error when leaving multicast group on shutdown

Strangely enough, if we do pass an error variable to be filled, we
no longer get an error on leaving.

11 years agoavidemux: rearrange some checks to avoid NULL use
Mark Nauwelaerts [Tue, 24 Jul 2012 13:55:12 +0000 (15:55 +0200)]
avidemux: rearrange some checks to avoid NULL use

11 years agoavidemux: use same fourcc to determine caps in determining uncompressed-ness
Mark Nauwelaerts [Tue, 24 Jul 2012 13:38:24 +0000 (15:38 +0200)]
avidemux: use same fourcc to determine caps in determining uncompressed-ness

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

Conflicts:

gst/avi/gstavidemux.c

11 years agoRevert "avidemux: Don't consider 0 fcc_handler as uncompressed."
Mark Nauwelaerts [Tue, 24 Jul 2012 13:36:54 +0000 (15:36 +0200)]
Revert "avidemux: Don't consider 0 fcc_handler as uncompressed."

This reverts commit c6b9f5b25ab435669816a07049b0e5a8f01e09ca.

fourcc GST_RIFF_rgb = 0 still leads to raw uncompressed rgb caps.

See also https://bugzilla.gnome.org/show_bug.cgi?id=673898

11 years agojpegdec: fix up example pipeline some more
Tim-Philipp Müller [Tue, 24 Jul 2012 11:10:46 +0000 (12:10 +0100)]
jpegdec: fix up example pipeline some more

No more ffmpegcolorspace

11 years agojpegdec: Fix the example gst-launch pipeline.
Sreerenj Balachandran [Fri, 20 Jul 2012 13:30:00 +0000 (16:30 +0300)]
jpegdec: Fix the example gst-launch pipeline.

11 years agomatroskademux: avoid NULL access when checking subtitle
Mark Nauwelaerts [Tue, 24 Jul 2012 10:33:33 +0000 (12:33 +0200)]
matroskademux: avoid NULL access when checking subtitle

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

11 years agoaacparse: Reset parser when we have caps without codec_data
Edward Hervey [Tue, 24 Jul 2012 10:22:08 +0000 (12:22 +0200)]
aacparse: Reset parser when we have caps without codec_data

This ensures the detection (and proper downstream caps settings) will
actually happen when we have new incoming caps without codec_data.

This was easily triggered by streams from matroskademux which initially
provided caps with a constructed codec_data, but then pushed new caps
without the codec_data once it detected the stream was adts.

11 years agovideomixer: prefix orc functions with video_mixer_orc_
Wim Taymans [Tue, 24 Jul 2012 07:17:09 +0000 (09:17 +0200)]
videomixer: prefix orc functions with video_mixer_orc_

11 years agovideobox: prefix orc functions with video_box_orc_
Wim Taymans [Tue, 24 Jul 2012 07:13:48 +0000 (09:13 +0200)]
videobox: prefix orc functions with video_box_orc_

11 years agoUpdate spec file with latest changes
Christian Fredrik Kalager Schaller [Mon, 23 Jul 2012 16:51:00 +0000 (18:51 +0200)]
Update spec file with latest changes

11 years agomatroskademux: generate correct segment stream time
Mark Nauwelaerts [Mon, 23 Jul 2012 15:37:58 +0000 (17:37 +0200)]
matroskademux: generate correct segment stream time

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

11 years agortp: always use buffer lists
Wim Taymans [Mon, 23 Jul 2012 14:42:56 +0000 (16:42 +0200)]
rtp: always use buffer lists

11 years agortpmp4vpay: always enable buffer-lists
Patricia Muscalu [Mon, 23 Jul 2012 13:24:17 +0000 (15:24 +0200)]
rtpmp4vpay: always enable buffer-lists

11 years agortpjpegpay: always enable buffer-lists
Patricia Muscalu [Mon, 23 Jul 2012 13:22:24 +0000 (15:22 +0200)]
rtpjpegpay: always enable buffer-lists

11 years agodeinterlace: get frame flags correctly
Wim Taymans [Mon, 23 Jul 2012 13:49:04 +0000 (15:49 +0200)]
deinterlace: get frame flags correctly

Also move the deinterlace plugin to ported status

11 years agomatroskademux: proper parse recovery after seek
Mark Nauwelaerts [Mon, 23 Jul 2012 13:33:54 +0000 (15:33 +0200)]
matroskademux: proper parse recovery after seek

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