platform/upstream/gst-plugins-good.git
11 years agovideomixer: fix eos timestamp check
Matthew Waters [Thu, 31 Jan 2013 11:55:18 +0000 (22:55 +1100)]
videomixer: fix eos timestamp check

fixes hang in videotestsrc num-buffers=20 ! videomixer ! fakesink

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

11 years agoavimux: add support for raw monochrome 8-bit video
Dirk Van Haerenborgh [Thu, 31 Jan 2013 10:35:09 +0000 (11:35 +0100)]
avimux: add support for raw monochrome 8-bit video

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

11 years agoosxvideosink: Make GstNavigation key input events in osxvideosink compatible with...
Alexey Chernov [Fri, 18 Jan 2013 17:08:12 +0000 (21:08 +0400)]
osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones

11 years agortpsession: avoid '...is used uninitialized'
Wim Taymans [Tue, 29 Jan 2013 09:30:32 +0000 (10:30 +0100)]
rtpsession: avoid '...is used uninitialized'

11 years agoqtdemux: set interleaved layout correctly for LPCM audio
Youness Alaoui [Wed, 9 Jan 2013 18:24:49 +0000 (13:24 -0500)]
qtdemux: set interleaved layout correctly for LPCM audio

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

11 years agoqtdemux: add support for LPCM fourcc (uncompressed audio in Quicktime7)
Youness Alaoui [Wed, 9 Jan 2013 01:45:21 +0000 (20:45 -0500)]
qtdemux: add support for LPCM fourcc (uncompressed audio in Quicktime7)

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

11 years agoqtdemux: print all debug for sound sample description v2
Youness Alaoui [Wed, 9 Jan 2013 01:42:35 +0000 (20:42 -0500)]
qtdemux: print all debug for sound sample description v2

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

11 years agoqtdemux: sound sample description v2 doesn't override samples_per_packet
Youness Alaoui [Wed, 9 Jan 2013 01:14:17 +0000 (20:14 -0500)]
qtdemux: sound sample description v2 doesn't override samples_per_packet

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

11 years agoqtdemux: pass stsd data to qtdemux_audio_caps()
Youness Alaoui [Wed, 9 Jan 2013 00:57:50 +0000 (19:57 -0500)]
qtdemux: pass stsd data to qtdemux_audio_caps()

We will need that later for LPCM format support. Disable
QDM2 parsing of stsd data which dead code before as well
because data was always NULL.

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

11 years agoqtdemux: add len check for sound sample descriptions v1 and v2
Youness Alaoui [Wed, 9 Jan 2013 00:56:46 +0000 (19:56 -0500)]
qtdemux: add len check for sound sample descriptions v1 and v2

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

11 years agortpmanager: use C89-style comments
Tim-Philipp Müller [Mon, 28 Jan 2013 22:42:25 +0000 (22:42 +0000)]
rtpmanager: use C89-style comments

11 years agogstrtpsession: Fix double-declared variable
Olivier Crête [Mon, 28 Jan 2013 23:06:15 +0000 (18:06 -0500)]
gstrtpsession: Fix double-declared variable

11 years agortp: Fix compilation errors in previous patches
Olivier Crête [Mon, 28 Jan 2013 22:58:20 +0000 (17:58 -0500)]
rtp: Fix compilation errors in previous patches

11 years agortpsession: Ensure MT safe event handling and plug event leak.
Haakon Sporsheim [Thu, 28 Apr 2011 20:59:28 +0000 (22:59 +0200)]
rtpsession: Ensure MT safe event handling and plug event leak.

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

11 years agortpsession: mt-safe event-push
Idar Tollefsen [Mon, 17 Oct 2011 21:45:37 +0000 (23:45 +0200)]
rtpsession: mt-safe event-push

By taking a ref of the sink-pad under lock, it won't dissappear
while the push is taking place

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

11 years agortpssrcdemux: Safely push on pads that might be removed due to a RTCP BYE
Pascal Buhler [Wed, 4 Jan 2012 09:29:45 +0000 (10:29 +0100)]
rtpssrcdemux: Safely push on pads that might be removed due to a RTCP BYE

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

11 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 28 Jan 2013 19:42:26 +0000 (20:42 +0100)]
Automatic update of common submodule

From a942293 to 2de221c

11 years agosbcparse: init some variables to avoid bogus compiler warnings
Tim-Philipp Müller [Mon, 28 Jan 2013 11:54:54 +0000 (11:54 +0000)]
sbcparse: init some variables to avoid bogus compiler warnings

11 years agortpdepay: remove payload type restrictions
Wim Taymans [Mon, 28 Jan 2013 11:41:04 +0000 (12:41 +0100)]
rtpdepay: remove payload type restrictions

Remove the pt restrictions for all the depayloaders that have an
encoding-name. We can use this to autoplug decoders.
Remove the encoding-name for all the payloaders with a fixed payload
type.
We now either have an encoding-name or a pt in the sinkpad caps of
a depayloader.

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

11 years agortp: remove payload requirements from selected depayloaders
Marc Leeman [Mon, 28 Jan 2013 11:23:41 +0000 (12:23 +0100)]
rtp: remove payload requirements from selected depayloaders

encoding name is required in the caps and is a better fit for autoplugging than
the pt value. Hardware manufacturers have a bad habit of skimming through RFCs
and in this case; use unassigned numbers for encoders instead of dynamic
numbers.

In essence, this patch will add support for a lot of Bosch hardware encoders
without breaking autoplugging.

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

11 years agotests: use g_timeout_add_seconds instead of g_timeout_add
B.Prathibha [Sun, 27 Jan 2013 04:47:59 +0000 (10:17 +0530)]
tests: use g_timeout_add_seconds instead of g_timeout_add

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

11 years agoqtdemux: push mode: only parse moov 1 once
Mark Nauwelaerts [Sun, 27 Jan 2013 11:54:15 +0000 (12:54 +0100)]
qtdemux: push mode: only parse moov 1 once

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

11 years agortpdtmfsrc: fix compiler warning
Tim-Philipp Müller [Sat, 26 Jan 2013 22:58:29 +0000 (22:58 +0000)]
rtpdtmfsrc: fix compiler warning

gstrtpdtmfsrc.c: In function 'gst_dtmf_src_prepare_message.isra.1':
gstrtpdtmfsrc.c:669:3: error: 's' may be used uninitialized in this function

11 years agortpdtmfdepay: Fix missing work in doc
Olivier Crête [Sat, 26 Jan 2013 02:06:05 +0000 (21:06 -0500)]
rtpdtmfdepay: Fix missing work in doc

11 years agotests: Add test for rtpdtmfdepay and rtpdtmfsrc
Olivier Crête [Fri, 25 Jan 2013 02:00:08 +0000 (21:00 -0500)]
tests: Add test for rtpdtmfdepay and rtpdtmfsrc

11 years agortpdtmfsrc: Post the messages after the clock wait
Olivier Crête [Sat, 26 Jan 2013 01:39:33 +0000 (20:39 -0500)]
rtpdtmfsrc: Post the messages after the clock wait

This way, the messages will be closer in time to when the packets are sent out

11 years agortpdtmfsrc: Only set the duration when starting to send
Olivier Crête [Sat, 26 Jan 2013 01:37:53 +0000 (20:37 -0500)]
rtpdtmfsrc: Only set the duration when starting to send

The duration depends on the clock rate, which could change due to renegotiation

11 years agortpdtmfsrc: remove "ssrc" from caps
Olivier Crête [Sat, 26 Jan 2013 01:37:09 +0000 (20:37 -0500)]
rtpdtmfsrc: remove "ssrc" from caps

ssrc is uint and we don't have a uint range type

11 years agoqtmux: set language to 'undefined' instead of English by default
Tim-Philipp Müller [Thu, 24 Jan 2013 21:08:51 +0000 (21:08 +0000)]
qtmux: set language to 'undefined' instead of English by default

11 years agoximagesrc: Set the pixel aspect ratio correctly in the caps
Olivier Crête [Thu, 24 Jan 2013 02:35:25 +0000 (21:35 -0500)]
ximagesrc: Set the pixel aspect ratio correctly in the caps

11 years agov4l2: Re-enable prepare-format emission
Sjoerd Simons [Tue, 8 Jan 2013 07:56:45 +0000 (08:56 +0100)]
v4l2: Re-enable prepare-format emission

With the port to gstreamer 1.0 the prepare-format signal stopped being
emitted. Start emitting this again for use in uvch264src.  While there
change the emission to include the caps for extra flexibility instead of
fource, width, height.

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

11 years agoautogen.sh: allow calling from out-of-tree
Benjamin Gaignard [Tue, 22 Jan 2013 17:12:10 +0000 (18:12 +0100)]
autogen.sh: allow calling from out-of-tree

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
https://bugzilla.gnome.org/show_bug.cgi?id=692309

11 years agoaudioparsers: sbc: fix bogus compiler warning
Mark Nauwelaerts [Tue, 22 Jan 2013 18:26:09 +0000 (19:26 +0100)]
audioparsers: sbc: fix bogus compiler warning

gst-plugins-good/gst/audioparsers/gstsbcparse.c: In function 'gst_sbc_parse_handle_frame':
gst-plugins-good/gst/audioparsers/gstsbcparse.c:210:32: error: 'ch_mode' may be used uninitialized i

11 years agopulsesink: don't error out if pa_stream_proplist_update() with new tags fails
Tim-Philipp Müller [Sat, 19 Jan 2013 13:27:48 +0000 (13:27 +0000)]
pulsesink: don't error out if pa_stream_proplist_update() with new tags fails

Shouldn't really happen these days, but if it does, it's not really
a problem either.

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

11 years agotests: skip souphttpsrc tests if there is no local http server to use
Tim-Philipp Müller [Wed, 16 Jan 2013 18:01:23 +0000 (18:01 +0000)]
tests: skip souphttpsrc tests if there is no local http server to use

Skip tests if the server couldn't be started or we can't connect
to it for some reason (e.g. draconic build bot environments).

11 years agoautoparsers: use appropriate printf format for gsize
Thijs Vermeir [Wed, 16 Jan 2013 13:32:56 +0000 (14:32 +0100)]
autoparsers: use appropriate printf format for gsize

11 years agotests: use _1_0 variants for the various registry variables
Martin Pitt [Tue, 15 Jan 2013 14:05:43 +0000 (15:05 +0100)]
tests: use _1_0 variants for the various registry variables

These override the variants without version suffix. Makes 'make check' work
properly in environments that set the suffixed variant for 1.0, such as
jhbuild.

11 years agoosxvideosink: Fix crash in osxvideosink with external window output
Alexey Chernov [Fri, 11 Jan 2013 15:24:43 +0000 (19:24 +0400)]
osxvideosink: Fix crash in osxvideosink with external window output

11 years agoosxvideosink: Make GstGLView propagate input events to its parent view
Alexey Chernov [Wed, 16 Jan 2013 08:04:59 +0000 (12:04 +0400)]
osxvideosink: Make GstGLView propagate input events to its parent view

Fixes bug #691832

11 years agortpsbcpay: update some fields in the caps to their new name
Tim-Philipp Müller [Wed, 16 Jan 2013 10:19:36 +0000 (10:19 +0000)]
rtpsbcpay: update some fields in the caps to their new name

and to match the parser. "mode" got renamed to "channel-mode"
and "allocation" to "allocation-method".

11 years agodocs: add sbcparse and rtpsbcpay to plugin docs
Tim-Philipp Müller [Tue, 15 Jan 2013 17:44:33 +0000 (17:44 +0000)]
docs: add sbcparse and rtpsbcpay to plugin docs

11 years agoaudioparsers: add SBC audio parser
Tim-Philipp Müller [Tue, 15 Jan 2013 17:38:24 +0000 (17:38 +0000)]
audioparsers: add SBC audio parser

From-scratch rewrite, the bluez one was useless and broken.

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

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 15 Jan 2013 15:05:04 +0000 (15:05 +0000)]
Automatic update of common submodule

From a72faea to a942293

11 years agortp: import rtpsbcpay from bluez and port to 1.0
Tim-Philipp Müller [Thu, 10 Jan 2013 12:38:13 +0000 (12:38 +0000)]
rtp: import rtpsbcpay from bluez and port to 1.0

Compiles, but not tested yet (sbc elements still need to be ported).

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

11 years agodtmf/spandsp: Move dtmfdetect to use libspandsp
Olivier Crête [Thu, 10 Jan 2013 00:59:16 +0000 (19:59 -0500)]
dtmf/spandsp: Move dtmfdetect to use libspandsp

Remove our copy of the tone_detect.c file and use the original
from libspandsp. Also move the element to the spandsp plugin.

11 years agortpsbcpay: Remove workaround for compiler warnings
Marcel Holtmann [Mon, 14 Feb 2011 01:51:45 +0000 (17:51 -0800)]
rtpsbcpay: Remove workaround for compiler warnings

11 years agortpsbcpay: Add pragma based workaround for GStreamer warnings
Marcel Holtmann [Wed, 19 May 2010 14:59:30 +0000 (16:59 +0200)]
rtpsbcpay: Add pragma based workaround for GStreamer warnings

11 years agortpsbcpay: Update copyright information
Marcel Holtmann [Sat, 2 Jan 2010 01:08:17 +0000 (17:08 -0800)]
rtpsbcpay: Update copyright information

11 years agortpsbcpay: Fix signed/unsigned comparison issue within GStreamer plugin
Marcel Holtmann [Thu, 29 Jan 2009 23:31:15 +0000 (00:31 +0100)]
rtpsbcpay: Fix signed/unsigned comparison issue within GStreamer plugin

11 years agortpsbcpay: Update copyright information
Marcel Holtmann [Thu, 1 Jan 2009 18:33:20 +0000 (19:33 +0100)]
rtpsbcpay: Update copyright information

11 years agortpsbcpay: First attempt in fixing compiler warnings (still needs cleanup)
Marcel Holtmann [Tue, 23 Dec 2008 04:25:50 +0000 (05:25 +0100)]
rtpsbcpay: First attempt in fixing compiler warnings (still needs cleanup)

11 years agortpsbcpay: More coding style fixes
Johan Hedberg [Sat, 20 Dec 2008 19:42:49 +0000 (21:42 +0200)]
rtpsbcpay: More coding style fixes

11 years agortpsbcpay: Remove possible extra memcpy for gstreamer plugin.
Luiz Augusto von Dentz [Fri, 29 Feb 2008 19:37:15 +0000 (19:37 +0000)]
rtpsbcpay: Remove possible extra memcpy for gstreamer plugin.

11 years agortpsbcpay: Fix bug sending empty packages and remove a buffer copy.
Luiz Augusto von Dentz [Thu, 28 Feb 2008 19:38:53 +0000 (19:38 +0000)]
rtpsbcpay: Fix bug sending empty packages and remove a buffer copy.

11 years agortpsbcpay: Fix runtime warnings of gstreamer plugin.
Luiz Augusto von Dentz [Wed, 20 Feb 2008 13:37:00 +0000 (13:37 +0000)]
rtpsbcpay: Fix runtime warnings of gstreamer plugin.

11 years agortpsbcpay: Update gstreamer plugin to use new sbc API.
Luiz Augusto von Dentz [Tue, 19 Feb 2008 19:49:24 +0000 (19:49 +0000)]
rtpsbcpay: Update gstreamer plugin to use new sbc API.

11 years agortpsbcpay: Update copyright information
Marcel Holtmann [Sat, 2 Feb 2008 03:37:05 +0000 (03:37 +0000)]
rtpsbcpay: Update copyright information

11 years agortpsbcpay: Fixes gstreamer caps and code cleanup.
Luiz Augusto von Dentz [Wed, 30 Jan 2008 14:21:43 +0000 (14:21 +0000)]
rtpsbcpay: Fixes gstreamer caps and code cleanup.

11 years agortpsbcpay: Fix gtreamer payloader sending fragmented frames.
Luiz Augusto von Dentz [Thu, 24 Jan 2008 14:25:29 +0000 (14:25 +0000)]
rtpsbcpay: Fix gtreamer payloader sending fragmented frames.

11 years agortpsbcpay: Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps.
Luiz Augusto von Dentz [Wed, 23 Jan 2008 19:17:33 +0000 (19:17 +0000)]
rtpsbcpay: Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps.

11 years agortpsbcpay: Make a2dpsink to act like a bin and split the payloader.
Luiz Augusto von Dentz [Wed, 23 Jan 2008 13:14:02 +0000 (13:14 +0000)]
rtpsbcpay: Make a2dpsink to act like a bin and split the payloader.

11 years agortp: small improvements
Wim Taymans [Tue, 8 Jan 2013 15:27:42 +0000 (16:27 +0100)]
rtp: small improvements

11 years agojitterbuffer: refactor handle sync code
Wim Taymans [Mon, 7 Jan 2013 14:50:33 +0000 (15:50 +0100)]
jitterbuffer: refactor handle sync code

Move the code that combines the last SR packet and the current jitterbuffer sync
values into a sync structure, into its own function. We want to reuse this bit
later.

11 years agortp: include downstream latency in SR calculations
Wim Taymans [Mon, 7 Jan 2013 14:45:10 +0000 (15:45 +0100)]
rtp: include downstream latency in SR calculations

When we make a mapping between an RTP timestamp and an NTP timestamp, include
the downstream latency applied to the sinks. This makes it possible to have
both sinks run with different latencies and still have correct sync on the
client. It also is more correct because the RTP timestamp in the SR report will
actually correspond more closely to the NTP time it was sent on the server.
For pipelines with high latency on the sender side, this actually allows a
GStreamer receiver to perform synchronisation instead of dropping the RTCP
packets.

11 years agortpsession: don't cast event functions
Wim Taymans [Mon, 7 Jan 2013 13:25:14 +0000 (14:25 +0100)]
rtpsession: don't cast event functions

There is no need to cast the event functions and only causes problems later when
we change the signature later and things silently compiles wrong code.

11 years agortp: more debug
Wim Taymans [Mon, 7 Jan 2013 13:23:34 +0000 (14:23 +0100)]
rtp: more debug

11 years agortpsession: improve debug
Wim Taymans [Mon, 7 Jan 2013 13:22:48 +0000 (14:22 +0100)]
rtpsession: improve debug

11 years agoudpsrc: sanity check size of available packet data for reading to avoid memory waste
Tim-Philipp Müller [Wed, 2 Jan 2013 00:03:27 +0000 (00:03 +0000)]
udpsrc: sanity check size of available packet data for reading to avoid memory waste

On Windows and OS/X, _get_available_bytes() may not return the size
of the next pending packet, but the size of all pending packets in
the kernel-side buffer, which might be rather large depending on
configuration. Sanity-check the size returned by _get_available_bytes()
to make sure we never allocate more memory than the max. size for
a packet, if it's an IPv4 socket.

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

11 years agov4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRL
Robert Krakora [Fri, 4 Jan 2013 09:03:32 +0000 (10:03 +0100)]
v4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRL

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

11 years agotests: add test for souphttpsrc error handling with data
Tim-Philipp Müller [Tue, 1 Jan 2013 19:14:36 +0000 (19:14 +0000)]
tests: add test for souphttpsrc error handling with data

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

11 years agosouphttpsrc: error out properly when receiving data along with an error status
Norbert Waschbuesch [Fri, 22 Jun 2012 21:56:52 +0000 (21:56 +0000)]
souphttpsrc: error out properly when receiving data along with an error status

When receiving an error code from the http server, such as 404,
data might be sent along with it, like a web page. We don't want
to output that data in this case, and we also want to pass the
FLOW_ERROR return back to the base class, so it can stop properly.

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

11 years agodocs: update for new rtspsrc proxy-id and proxy-pw properties
Tim-Philipp Müller [Tue, 1 Jan 2013 12:20:20 +0000 (12:20 +0000)]
docs: update for new rtspsrc proxy-id and proxy-pw properties

11 years agodocs: fix docs build and update after removal of old cairo elements
Tim-Philipp Müller [Tue, 1 Jan 2013 12:19:23 +0000 (12:19 +0000)]
docs: fix docs build and update after removal of old cairo elements

11 years agocairo: remove old cairo-based text renderering element
Tim-Philipp Müller [Tue, 1 Jan 2013 12:12:02 +0000 (12:12 +0000)]
cairo: remove old cairo-based text renderering element

They haven't worked well or at all in a very long time
and were rather bit-rotten, and there's no need for them
any more.

11 years agocairo: port cairooverlay to 0.11
Tim-Philipp Müller [Tue, 1 Jan 2013 11:52:09 +0000 (11:52 +0000)]
cairo: port cairooverlay to 0.11

The other elements are not that interesting now that we're
using pangocairo in the pango plugin, and should probably
just be removed.

11 years agoexamples: check for uri argument in decodebin-h264p-amr server example
Tim-Philipp Müller [Mon, 31 Dec 2012 18:59:18 +0000 (18:59 +0000)]
examples: check for uri argument in decodebin-h264p-amr server example

Otherwise people get a rather confusing error message.

11 years agortspsrc: add "proxy-id" and "proxy-pw" properties
Tim-Philipp Müller [Mon, 31 Dec 2012 00:22:27 +0000 (00:22 +0000)]
rtspsrc: add "proxy-id" and "proxy-pw" properties

to match souphttpsrc. user/password passed via the URI
will still take precedence though.

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

11 years agooss4sink: notify "volume" property on open to make apps query initial volume
Tim-Philipp Müller [Tue, 25 Dec 2012 16:48:43 +0000 (16:48 +0000)]
oss4sink: notify "volume" property on open to make apps query initial volume

The initial volume might not be the property default, so
emit a notify on the volume property to make apps get
an up-to-date reading of the current volume.

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

11 years agortspsrc: fix cmd comparison
Wim Taymans [Thu, 20 Dec 2012 16:12:30 +0000 (17:12 +0100)]
rtspsrc: fix cmd comparison

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

11 years agortspsrc: add some more debug
Wim Taymans [Thu, 20 Dec 2012 16:12:20 +0000 (17:12 +0100)]
rtspsrc: add some more debug

11 years ago1394clock: mark our clock type as OTHER
Wim Taymans [Thu, 20 Dec 2012 15:44:24 +0000 (16:44 +0100)]
1394clock: mark our clock type as OTHER

11 years agotests: add jpegpay unit test
Jonas Holmberg [Thu, 20 Dec 2012 15:15:13 +0000 (16:15 +0100)]
tests: add jpegpay unit test

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

11 years agojpegenc: pass flowreturn upstream
Wim Taymans [Thu, 20 Dec 2012 14:55:02 +0000 (15:55 +0100)]
jpegenc: pass flowreturn upstream

11 years agortpjpegpay: handle width and height > 2040
Jonas Holmberg [Thu, 27 Sep 2012 13:42:56 +0000 (15:42 +0200)]
rtpjpegpay: handle width and height > 2040

If width or height is greater than 2040 set width and height to zero in
the rtp header and add x-dimensions to outcaps.

Solves #684955

11 years agoavidemux: cleanup in flag define
Wim Taymans [Thu, 20 Dec 2012 12:03:41 +0000 (13:03 +0100)]
avidemux: cleanup in flag define

11 years agoavidemux: improve debug
Wim Taymans [Thu, 20 Dec 2012 12:02:57 +0000 (13:02 +0100)]
avidemux: improve debug

11 years agowavpack: use appropriate printf format for gsize
Thijs Vermeir [Tue, 18 Dec 2012 14:56:59 +0000 (15:56 +0100)]
wavpack: use appropriate printf format for gsize

11 years agotaglib: use appropriate printf format for gsize
Thijs Vermeir [Tue, 18 Dec 2012 14:55:43 +0000 (15:55 +0100)]
taglib: use appropriate printf format for gsize

11 years agogdkpixbuf: use appropriate printf format for gsize
Thijs Vermeir [Tue, 18 Dec 2012 14:54:08 +0000 (15:54 +0100)]
gdkpixbuf: use appropriate printf format for gsize

11 years agortp: use appropriate printf format for gsize
Thijs Vermeir [Tue, 18 Dec 2012 14:51:46 +0000 (15:51 +0100)]
rtp: use appropriate printf format for gsize

11 years agodeinterlace: use appropriate printf format for gsize
Thijs Vermeir [Tue, 18 Dec 2012 14:46:56 +0000 (15:46 +0100)]
deinterlace: use appropriate printf format for gsize

11 years agointerleave: set src pad caps upon last sink pad CAPS event
Philippe Normand [Mon, 17 Dec 2012 15:35:56 +0000 (16:35 +0100)]
interleave: set src pad caps upon last sink pad CAPS event

Gather caps on all sink pads before setting the src pad caps. This is
specially needed when the audio channel mapping is set on the sink
pads and the element needs to preserve it on its src pad.

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

11 years agomatroskademux: skip empty tags
Tim-Philipp Müller [Mon, 17 Dec 2012 22:55:12 +0000 (22:55 +0000)]
matroskademux: skip empty tags

instead of trying to add tags with empty strings, which
causes criticals at runtime.

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

11 years agoaudioparsers: Make sure the caps are actually writable before changing them
Sebastian Dröge [Mon, 17 Dec 2012 14:17:12 +0000 (15:17 +0100)]
audioparsers: Make sure the caps are actually writable before changing them

11 years agoaudioparsers: Use the peer caps for restrictions instead of the srcpad allowed caps
Sebastian Dröge [Mon, 17 Dec 2012 14:01:02 +0000 (15:01 +0100)]
audioparsers: Use the peer caps for restrictions instead of the srcpad allowed caps

Otherwise we will intersect with the srcpad template caps and add all the caps fields
that the parser will ever set, no matter if downstream restricts this field or not.
This requires upstream to set this field on the caps to successfully negotiate.

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

11 years agov4l2: Teach where the videodev2.h header lives on freebsd.
Koop Mast [Fri, 14 Dec 2012 22:25:08 +0000 (22:25 +0000)]
v4l2: Teach where the videodev2.h header lives on freebsd.

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

11 years agomatroskamux: set appropriate block header flag for VP8 invisible frames
Alexey Fisher [Sun, 16 Dec 2012 23:27:41 +0000 (23:27 +0000)]
matroskamux: set appropriate block header flag for VP8 invisible frames

Useful for debugging mostly.

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

11 years agodocs: add rtpmux and rtpdtmfmux to plugin docs
Tim-Philipp Müller [Sun, 16 Dec 2012 15:25:03 +0000 (15:25 +0000)]
docs: add rtpmux and rtpdtmfmux to plugin docs

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

11 years agortpmanager: move rtpmux and rtpdtmfmux elements from -bad
Tim-Philipp Müller [Sun, 16 Dec 2012 15:13:38 +0000 (15:13 +0000)]
rtpmanager: move rtpmux and rtpdtmfmux elements from -bad

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

11 years agortpmux: Fix FSF address
Tim-Philipp Müller [Sat, 3 Nov 2012 20:38:00 +0000 (20:38 +0000)]
rtpmux: Fix FSF address

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