platform/upstream/gstreamer.git
9 years agoRemove LICENSE_readme
Sebastian Dröge [Wed, 22 Apr 2015 08:37:54 +0000 (10:37 +0200)]
Remove LICENSE_readme

It's completely outdated and just confusing, better if people are
forced to look at the actual code in question than trusting this file.

9 years agoRemove INSTALL file
Sebastian Dröge [Wed, 22 Apr 2015 08:37:43 +0000 (10:37 +0200)]
Remove INSTALL file

autotools automatically generate this, and when using different versions
for autogen.sh there will always be changes to a file tracked by git.

9 years agoasfdemux: fix a seek failure due to out-of-range in push mode
Cliff Han [Mon, 20 Apr 2015 05:35:30 +0000 (14:35 +0900)]
asfdemux: fix a seek failure due to out-of-range in push mode

A seek in push mode failed for big offsets which are beyond
the range of guint32.

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

9 years agotests: Use AM_TESTS_ENVIRONMENT
Edward Hervey [Wed, 8 Apr 2015 14:52:06 +0000 (16:52 +0200)]
tests: Use AM_TESTS_ENVIRONMENT

Needed by the new automake test runner

9 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 3 Apr 2015 17:58:03 +0000 (18:58 +0100)]
Automatic update of common submodule

From bc76a8b to c8fb372

9 years agoa52dec: fix race in liba52dec lookup table initialization
Vincent Penquerc'h [Thu, 2 Apr 2015 16:24:05 +0000 (17:24 +0100)]
a52dec: fix race in liba52dec lookup table initialization

a52_init initializes the IMDCT global state as well as creating
a new state. When two A52 decoders are created (eg, when two AC3
tracks are contained in a video), calls to a52_init may happen
at the same time, and the IMDCT initialization is not reentrant.

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

9 years agompeg2dec: fix buffer leak in crop_buffer()
Guillaume Desmottes [Fri, 27 Mar 2015 13:41:51 +0000 (14:41 +0100)]
mpeg2dec: fix buffer leak in crop_buffer()

gst_buffer_pool_acquire_buffer() gives us a new owned buffer while
gst_buffer_replace() reffed it as well so we were one reference extra.

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

9 years agormdemux: resurrect some flow return handling
Mark Nauwelaerts [Sat, 28 Mar 2015 15:58:26 +0000 (16:58 +0100)]
rmdemux: resurrect some flow return handling

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

9 years agoasfdemux: resurrect some flow return handling
Mark Nauwelaerts [Sat, 28 Mar 2015 15:57:06 +0000 (16:57 +0100)]
asfdemux: resurrect some flow return handling

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

9 years agompeg2dec: fix memory leak
Luis de Bethencourt [Tue, 24 Mar 2015 12:50:43 +0000 (12:50 +0000)]
mpeg2dec: fix memory leak

CID #1291630

9 years agompeg2dec: initialize buffer
Luis de Bethencourt [Tue, 24 Mar 2015 10:29:48 +0000 (10:29 +0000)]
mpeg2dec: initialize buffer

Buffer needs to be null before passing it to gst_buffer_pool_acquire_buffer()

CID #1291634

9 years agompeg2dec: Add stride support
Nicolas Dufresne [Fri, 13 Mar 2015 17:00:03 +0000 (17:00 +0000)]
mpeg2dec: Add stride support

This allow using external pools that have different strides from the
default. These strides need to respect certain rules, which we check
and if these are not met, we fallback to generic pool.

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

9 years agompeg2dec: Re-implement pool handling
Nicolas Dufresne [Tue, 10 Mar 2015 16:45:01 +0000 (16:45 +0000)]
mpeg2dec: Re-implement pool handling

This is a rewrite of the pool negotiation and configuration. Direct
to output decoding is now achieved by configuring the pool using
video-alignment. This removes copies when dealing with any elements that
supports VideoAlignment, and enable usage of generic video buffer pool,
XVImagePool and GLPool. It drops the crop meta implementation for now.

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

9 years agodvbsub: fix indentation
Tim-Philipp Müller [Tue, 10 Mar 2015 09:33:15 +0000 (09:33 +0000)]
dvbsub: fix indentation

9 years agoFix double semicolons
Tim-Philipp Müller [Tue, 10 Mar 2015 09:32:51 +0000 (09:32 +0000)]
Fix double semicolons

9 years agoRevert "mpeg2dec: Fix handling of stride"
Nicolas Dufresne [Mon, 9 Mar 2015 19:11:51 +0000 (19:11 +0000)]
Revert "mpeg2dec: Fix handling of stride"

This reverts commit f3e8dcb9de4d546e7d80ccc1754ed13dd4e7ac81.

9 years agoRevert "mpeg2dec: Use propose unref method for buffer"
Nicolas Dufresne [Mon, 9 Mar 2015 19:11:44 +0000 (19:11 +0000)]
Revert "mpeg2dec: Use propose unref method for buffer"

This reverts commit 63b43d3bee832aec353d02575da543f3c73f6893.

9 years agompeg2dec: Use propose unref method for buffer
Nicolas Dufresne [Mon, 9 Mar 2015 18:43:43 +0000 (18:43 +0000)]
mpeg2dec: Use propose unref method for buffer

9 years agompeg2dec: Fix handling of stride
Simon Farnsworth [Wed, 21 Jan 2015 18:29:22 +0000 (18:29 +0000)]
mpeg2dec: Fix handling of stride

A pipeline like:

gst-launch-1.0 filesrc location=file.ts ! tsdemux ! mpegvideoparse ! mpeg2dec  ! vaapisink

would look bad when file.ts contains 704x576 video, because vaapisink would
give you buffers of stride 768, but libmpeg2 was not told about this and
used a stride of 704.

Tell libmpeg2 about the stride from  downstream; in the process, teach it to
reject buffer pools that don't meet libmpeg2's chroma stride requirements

Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
9 years agoImprove and fix LATENCY query handling
Sebastian Dröge [Wed, 11 Feb 2015 12:56:48 +0000 (13:56 +0100)]
Improve and fix LATENCY query handling

This now follows the design docs everywhere, especially the maximum latency
handling.

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

9 years agox264enc: Don't set max latency to the same value as the encoder latency
Sebastian Dröge [Fri, 6 Feb 2015 18:04:32 +0000 (19:04 +0100)]
x264enc: Don't set max latency to the same value as the encoder latency

The meaning of the max latency is *not* the maximum latency this element will
introduce. It is the maximum latency this element can endure without
overflowing any buffers, which is infinite for x264enc.

Fixes latency configuration in zero latency mode, where max latency was
becoming 0... which usually won't work well if something else introduces
latency as then max < min in the end, and latency configuration just fails.

9 years agox264enc: set annexb=1 in byte stream mode when downstream has ANY caps
Vincent Penquerc'h [Mon, 2 Feb 2015 14:13:10 +0000 (14:13 +0000)]
x264enc: set annexb=1 in byte stream mode when downstream has ANY caps

This matches what is done when downstream caps are not ANY, and fixes
prerolling in byte stream mode when typefind is downstream.

9 years agoConstify some static arrays everywhere
Sebastian Dröge [Wed, 21 Jan 2015 08:56:41 +0000 (09:56 +0100)]
Constify some static arrays everywhere

9 years agoconfigure: remove non-ported plugins stuff
Tim-Philipp Müller [Sun, 18 Jan 2015 16:53:41 +0000 (16:53 +0000)]
configure: remove non-ported plugins stuff

It's not needed any longer, all plugins in -ugly
have been ported.

9 years agox264enc: Don't set an allocation maximum
Nicolas Dufresne [Sun, 18 Jan 2015 16:07:43 +0000 (11:07 -0500)]
x264enc: Don't set an allocation maximum

There is no reason x264enc should enforce a maximum allocation size.
The maximum is normally set by buffer pool which cannot grow, but we
don't offer a buffer pool. This would lead to stall when used with
element that don't implement allocation query.

Related to: https://bugzilla.gnome.org/show_bug.cgi?id=738302

9 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 12 Jan 2015 15:10:45 +0000 (16:10 +0100)]
Automatic update of common submodule

From f2c6b95 to bc76a8b

9 years agoMAINTAINERS: Update my mail address
Sebastian Dröge [Mon, 22 Dec 2014 10:46:27 +0000 (11:46 +0100)]
MAINTAINERS: Update my mail address

9 years agoAutomatic update of common submodule
Sebastian Dröge [Thu, 18 Dec 2014 09:54:30 +0000 (10:54 +0100)]
Automatic update of common submodule

From ef1ffdc to f2c6b95

9 years agoAutomatic update of common submodule
Edward Hervey [Thu, 27 Nov 2014 16:11:30 +0000 (17:11 +0100)]
Automatic update of common submodule

From 7bb2bce to ef1ffdc

9 years agodvdlpcmdec: set channel positions using the appropriate API
Vincent Penquerc'h [Fri, 6 Jun 2014 12:59:57 +0000 (13:59 +0100)]
dvdlpcmdec: set channel positions using the appropriate API

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

9 years agoasfdemux: fix comment
Tim-Philipp Müller [Wed, 5 Nov 2014 23:34:56 +0000 (23:34 +0000)]
asfdemux: fix comment

9 years agoasfdemux: Send duration query upstream first
Edward Hervey [Wed, 5 Nov 2014 12:45:29 +0000 (13:45 +0100)]
asfdemux: Send duration query upstream first

An upstream element (like mms or some dlna source) might be able to
answer the query. Try that first, else fallback to standard logic

9 years agoasf: fix up file mode
Tim-Philipp Müller [Sun, 2 Nov 2014 17:31:05 +0000 (17:31 +0000)]
asf: fix up file mode

9 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 27 Oct 2014 16:58:14 +0000 (17:58 +0100)]
Automatic update of common submodule

From 84d06cd to 7bb2bce

9 years agotests: parallelise 'make check-valgrind'
Tim-Philipp Müller [Tue, 21 Oct 2014 18:46:03 +0000 (19:46 +0100)]
tests: parallelise 'make check-valgrind'

9 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 21 Oct 2014 12:02:03 +0000 (13:02 +0100)]
Automatic update of common submodule

From a8c8939 to 84d06cd

9 years agoAutomatic update of common submodule
Stefan Sauer [Tue, 21 Oct 2014 10:58:58 +0000 (12:58 +0200)]
Automatic update of common submodule

From 36388a1 to a8c8939

9 years agoasfdemux: first try to delegate TIME seek events upstream
Guillaume Desmottes [Fri, 22 Aug 2014 08:46:35 +0000 (10:46 +0200)]
asfdemux: first try to delegate TIME seek events upstream

We should give a chance to upstream to handle TIME seek events before trying
to handle it in asfdemux.

Fix a bug where fast backward seeks where discarded right away because they
were not supported by asfdemux.

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

9 years agoasfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT
Guillaume Desmottes [Thu, 4 Sep 2014 14:57:02 +0000 (16:57 +0200)]
asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT

We can safely ignore those but best to claim to understand this object type so
we don't raise a warning.

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

9 years agoasfdemux: if video is h264, check the codec_data for bytestream data
Thiago Santos [Thu, 21 Aug 2014 15:09:23 +0000 (12:09 -0300)]
asfdemux: if video is h264, check the codec_data for bytestream data

For bytestream we don't want to expose it as codec_data but rather as
streamheader as it is not out-of-band data but data that should be
prepended to the beginning of the stream before the other buffers.

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

9 years agodocs: update for git master
Tim-Philipp Müller [Sun, 10 Aug 2014 18:13:10 +0000 (19:13 +0100)]
docs: update for git master

9 years agoasfdemux: simplify log statement
Thiago Santos [Wed, 6 Aug 2014 15:07:09 +0000 (12:07 -0300)]
asfdemux: simplify log statement

Use the GST_PTR_FORMAT to print the buffer

9 years agox264: fix colour inversion with YV12 format
Tim-Philipp Müller [Tue, 5 Aug 2014 18:47:26 +0000 (19:47 +0100)]
x264: fix colour inversion with YV12 format

It's the same as I420 but with the U/V planes swapped.

9 years agoMakefile: Add usage of build-checks step
Edward Hervey [Fri, 1 Aug 2014 08:37:44 +0000 (10:37 +0200)]
Makefile: Add usage of build-checks step

Allows building checks without running them

9 years agox264enc: Request buffers in allocation query
Nicolas Dufresne [Tue, 8 Jul 2014 20:45:45 +0000 (16:45 -0400)]
x264enc: Request buffers in allocation query

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

10 years agox264enc: Shift both PTS and DTS to ensure positive timestamp
Nicolas Dufresne [Sat, 7 Jun 2014 00:23:15 +0000 (20:23 -0400)]
x264enc: Shift both PTS and DTS to ensure positive timestamp

Currently we only shift DTS to compensate that we don't support negative
timestamp. This cause a problem that PTS is no longer >= DTS and may
make muxers live much harder. Instead, shift both PTS/DTS forward. Also
remove all the hack to handle this which seems the result of thinking libx264
is bugged.

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

10 years agoBack to development
Sebastian Dröge [Sat, 19 Jul 2014 16:04:46 +0000 (18:04 +0200)]
Back to development

10 years agoRelease 1.4.0
Sebastian Dröge [Sat, 19 Jul 2014 15:44:06 +0000 (17:44 +0200)]
Release 1.4.0

10 years agoUpdate .po files
Sebastian Dröge [Sat, 19 Jul 2014 14:50:04 +0000 (16:50 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Sat, 19 Jul 2014 10:48:11 +0000 (12:48 +0200)]
po: Update translations

10 years agoRelease 1.3.91
Sebastian Dröge [Fri, 11 Jul 2014 09:44:28 +0000 (11:44 +0200)]
Release 1.3.91

10 years agoUpdate .po files
Sebastian Dröge [Fri, 11 Jul 2014 09:13:39 +0000 (11:13 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Fri, 11 Jul 2014 06:53:12 +0000 (08:53 +0200)]
po: Update translations

10 years agorademux: Print invalid fourcc in error message in hex
Sebastian Rasmussen [Fri, 4 Jul 2014 01:22:00 +0000 (03:22 +0200)]
rademux: Print invalid fourcc in error message in hex

Previously this was printed as characters which caused later processing
of the error message to sometimes warn about non-UTF-8 characters.

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

10 years agoRelease 1.3.90
Sebastian Dröge [Sat, 28 Jun 2014 09:39:14 +0000 (11:39 +0200)]
Release 1.3.90

10 years agoUpdate .po files
Sebastian Dröge [Sat, 28 Jun 2014 09:39:01 +0000 (11:39 +0200)]
Update .po files

10 years agoIgnore autotools test-driver temp files from 'make check'
Tim-Philipp Müller [Sun, 22 Jun 2014 20:48:28 +0000 (21:48 +0100)]
Ignore autotools test-driver temp files from 'make check'

10 years agoBack to development
Sebastian Dröge [Sun, 22 Jun 2014 17:36:14 +0000 (19:36 +0200)]
Back to development

10 years agoRelease 1.3.3
Sebastian Dröge [Sun, 22 Jun 2014 16:13:53 +0000 (18:13 +0200)]
Release 1.3.3

10 years agoUpdate .po files
Sebastian Dröge [Sun, 22 Jun 2014 15:40:40 +0000 (17:40 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Sun, 22 Jun 2014 12:25:18 +0000 (14:25 +0200)]
po: Update translations

10 years agormdemux: use GstFlowCombiner
Thiago Santos [Mon, 26 May 2014 20:55:43 +0000 (17:55 -0300)]
rmdemux: use GstFlowCombiner

Removes flow return combination code to use the newly added GstFlowCombiner

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

10 years agoasfdemux: use GstFlowCombiner
Thiago Santos [Fri, 23 May 2014 21:17:11 +0000 (18:17 -0300)]
asfdemux: use GstFlowCombiner

Removes flow return combination code to use the newly added GstFlowCombiner

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

10 years agox264enc: fix caps leak in set_format()
Aurélien Zanelli [Wed, 28 May 2014 07:49:59 +0000 (09:49 +0200)]
x264enc: fix caps leak in set_format()

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

10 years agoasfdemux: Handle initial 0 timestamp that should have been -1
Matej Knopp [Sun, 1 Dec 2013 19:53:03 +0000 (20:53 +0100)]
asfdemux: Handle initial 0 timestamp that should have been -1

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

10 years agoBack to development
Sebastian Dröge [Wed, 21 May 2014 11:23:33 +0000 (13:23 +0200)]
Back to development

10 years agoRelease 1.3.2
Sebastian Dröge [Wed, 21 May 2014 11:06:35 +0000 (13:06 +0200)]
Release 1.3.2

10 years agoUpdate .po files
Sebastian Dröge [Wed, 21 May 2014 10:53:52 +0000 (12:53 +0200)]
Update .po files

10 years agoAutomatic update of common submodule
Sebastian Dröge [Wed, 21 May 2014 08:51:38 +0000 (10:51 +0200)]
Automatic update of common submodule

From 211fa5f to 1f5d3c3

10 years agompeg2dec: remove unused struct members
Tim-Philipp Müller [Fri, 16 May 2014 15:24:46 +0000 (16:24 +0100)]
mpeg2dec: remove unused struct members

10 years agortspreal: Fix some memory leaks in an error path
Sebastian Dröge [Fri, 16 May 2014 10:21:06 +0000 (12:21 +0200)]
rtspreal: Fix some memory leaks in an error path

CID 1212165.

10 years agompeg2dec: Release codec state on negotiation failures
Edward Hervey [Fri, 9 May 2014 12:54:54 +0000 (14:54 +0200)]
mpeg2dec: Release codec state on negotiation failures

Else it leaks

CID #1212169

10 years agoBack to development
Sebastian Dröge [Sat, 3 May 2014 18:48:37 +0000 (20:48 +0200)]
Back to development

10 years agoRelease 1.3.1
Sebastian Dröge [Sat, 3 May 2014 16:29:23 +0000 (18:29 +0200)]
Release 1.3.1

10 years agoUpdate .po files
Sebastian Dröge [Sat, 3 May 2014 16:21:01 +0000 (18:21 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Sat, 3 May 2014 15:23:39 +0000 (17:23 +0200)]
po: Update translations

10 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 3 May 2014 08:15:28 +0000 (10:15 +0200)]
Automatic update of common submodule

From bcb1518 to 211fa5f

10 years agodocs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller [Sat, 26 Apr 2014 23:29:16 +0000 (00:29 +0100)]
docs: remove outdated and pointless 'Last reviewed' lines from docs

They are very confusing for people, and more often than not
also just not very accurate. Seeing 'last reviewed: 2005' in
your docs is not very confidence-inspiring. Let's just remove
those comments.

10 years agodvdsubdec: fix spurious rejection of 0 time offset commands
Vincent Penquerc'h [Thu, 10 Apr 2014 16:29:30 +0000 (17:29 +0100)]
dvdsubdec: fix spurious rejection of 0 time offset commands

Coverity 206168

10 years agodvdread: avoid intermediate promotion to signed
Vincent Penquerc'h [Thu, 10 Apr 2014 15:53:25 +0000 (16:53 +0100)]
dvdread: avoid intermediate promotion to signed

We should not reach the dangerous range here, though.

Coverity 206491, 206492, 1139856

10 years agompeg2dec: do not reset the whole video info when setting size
Vincent Penquerc'h [Fri, 17 Jan 2014 10:46:50 +0000 (10:46 +0000)]
mpeg2dec: do not reset the whole video info when setting size

New changes to gstvideo will reset all the video info state
when calling _set_format, overwriting what was previously set
in the preceding code.

The comment says the following code is meant to preserve the
pre-crop size, so let's just keep the size and related data
 as this does not seem to break anything else (this is what
the _set_format call would have set before the change that
reset all data, except the colorimetry).

10 years agoasfdemux: Fix payloads check
Edward Hervey [Thu, 3 Apr 2014 13:06:22 +0000 (15:06 +0200)]
asfdemux: Fix payloads check

Don't iterate stream->payloads if ... it doesn't exist

CID #1139846

10 years ago.gitignore: Ignore gcov intermediate files
Sebastian Rasmussen [Sun, 2 Mar 2014 04:11:10 +0000 (05:11 +0100)]
.gitignore: Ignore gcov intermediate files

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

10 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 28 Feb 2014 08:35:10 +0000 (09:35 +0100)]
Automatic update of common submodule

From fe1672e to bcb1518

10 years agoAutomatic update of common submodule
Stefan Sauer [Wed, 26 Feb 2014 21:12:50 +0000 (22:12 +0100)]
Automatic update of common submodule

From 1a07da9 to fe1672e

10 years agodocs: install prebuilt plugin docs if gtk-doc is disabled
Stefan Sauer [Wed, 26 Feb 2014 10:31:03 +0000 (11:31 +0100)]
docs: install prebuilt plugin docs if gtk-doc is disabled

Sync to the Makefile.am from gst-plugin-base where it is done right.
Fixes #725034

10 years agoxingmux: add muxer category and make element plugable
Stefan Sauer [Thu, 13 Feb 2014 08:39:04 +0000 (09:39 +0100)]
xingmux: add muxer category and make element plugable

This is required to make encodebin consider the element. Yet it is not enough to
have it plugged it has a lower priority than most mp3encoders and no different
caps.

10 years agox264enc: allow lossless compression (qp=0)
Dirk Van Haerenborgh [Mon, 24 Feb 2014 10:42:00 +0000 (11:42 +0100)]
x264enc: allow lossless compression (qp=0)

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

10 years agom4: Remove extra check for 11+ year old a52 release
Edward Hervey [Thu, 20 Feb 2014 20:08:08 +0000 (21:08 +0100)]
m4: Remove extra check for 11+ year old a52 release

You deserve a build failure if you still have that version

If someone wants to completely remove this m4 to replace it with the
generic AS_GST_CHECK_LIBHEADER() it would be appreciated.

10 years agom4: Fix multiple tests in AC_CHECK_A52DEC
Rico Tzschichholz [Wed, 19 Feb 2014 20:11:55 +0000 (21:11 +0100)]
m4: Fix multiple tests in AC_CHECK_A52DEC

10 years agoasfdemux: Remove unused function
Sebastian Dröge [Sun, 9 Feb 2014 22:41:36 +0000 (23:41 +0100)]
asfdemux: Remove unused function

10 years agocheck: Fix test location
Edward Hervey [Thu, 6 Feb 2014 18:22:47 +0000 (19:22 +0100)]
check: Fix test location

10 years agotests: Don't build disabled plugins' check tests
Sebastian Rasmussen [Mon, 3 Feb 2014 01:06:11 +0000 (02:06 +0100)]
tests: Don't build disabled plugins' check tests

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

10 years agoAutomatic update of common submodule
Edward Hervey [Thu, 30 Jan 2014 09:44:29 +0000 (10:44 +0100)]
Automatic update of common submodule

From d48bed3 to 1a07da9

10 years agoasfdemux: only add "format" field with fourcc to WMV caps
Tim-Philipp Müller [Fri, 3 Jan 2014 16:20:11 +0000 (16:20 +0000)]
asfdemux: only add "format" field with fourcc to WMV caps

Doesn't make sense for e.g. H264 or MJPEG.

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 22 Dec 2013 22:34:03 +0000 (22:34 +0000)]
Automatic update of common submodule

From dbedaa0 to d48bed3

10 years agopo: set gettext domain in Makevars so we don't have to patch the generated Makefile...
Tim-Philipp Müller [Sun, 22 Dec 2013 21:56:03 +0000 (21:56 +0000)]
po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in

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

10 years agoamrwbdec: Remove some dead code
Sebastian Dröge [Thu, 5 Dec 2013 11:16:45 +0000 (12:16 +0100)]
amrwbdec: Remove some dead code

10 years agoamrnbdec: Remove some dead code
Sebastian Dröge [Thu, 5 Dec 2013 11:16:38 +0000 (12:16 +0100)]
amrnbdec: Remove some dead code

10 years agoamrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom code
Sebastian Dröge [Thu, 5 Dec 2013 11:09:04 +0000 (12:09 +0100)]
amrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom code