]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/log
glsdk/gst-plugins-ugly0-10.git
13 years agox264enc: Implement getcaps function
Sebastian Dröge [Wed, 13 Apr 2011 18:31:53 +0000 (20:31 +0200)]
x264enc: Implement getcaps function

This allows to set width/height/etc restrictions downstream.

13 years agoandroid: make it ready for androgenizer
Thibault Saunier [Sun, 10 Apr 2011 22:24:22 +0000 (18:24 -0400)]
android: make it ready for androgenizer

To build gstreamer for android we are now using androgenizer which
generates the needed Android.mk files.

Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git

13 years agoandroid: remove the android/ folder
Thibault Saunier [Sun, 10 Apr 2011 22:34:11 +0000 (18:34 -0400)]
android: remove the android/ folder

13 years agoAutomatic update of common submodule
Stefan Kost [Mon, 4 Apr 2011 12:57:58 +0000 (15:57 +0300)]
Automatic update of common submodule

From 1ccbe09 to c3cafe1

13 years agox264enc: Allow changing the bitrate and quantitizers dynamically
Olivier Crête [Wed, 22 Sep 2010 00:14:04 +0000 (20:14 -0400)]
x264enc: Allow changing the bitrate and quantitizers dynamically

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

13 years agox264enc: Set max bitrate in quality mode
Olivier Crête [Tue, 21 Sep 2010 23:33:10 +0000 (19:33 -0400)]
x264enc: Set max bitrate in quality mode

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

13 years agox264enc: Make it clear that constant quantizer is for debugging only
Olivier Crête [Tue, 21 Sep 2010 23:20:29 +0000 (19:20 -0400)]
x264enc: Make it clear that constant quantizer is for debugging only

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

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 25 Mar 2011 21:34:31 +0000 (22:34 +0100)]
Automatic update of common submodule

From 193b717 to 1ccbe09

13 years agoAutomatic update of common submodule
Stefan Kost [Fri, 25 Mar 2011 12:57:00 +0000 (14:57 +0200)]
Automatic update of common submodule

From b77e2bf to 193b717

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 25 Mar 2011 08:33:04 +0000 (09:33 +0100)]
Automatic update of common submodule

From d8814b6 to b77e2bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 25 Mar 2011 08:09:29 +0000 (09:09 +0100)]
Automatic update of common submodule

From 6aaa286 to d8814b6

13 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Mar 2011 16:50:17 +0000 (18:50 +0200)]
Automatic update of common submodule

From 6aec6b9 to 6aaa286

13 years agoconfigure.ac: redundant use of AC_MSG_RESULT()
Luis de Bethencourt [Tue, 22 Mar 2011 11:59:33 +0000 (12:59 +0100)]
configure.ac: redundant use of AC_MSG_RESULT()

cleaned the redundant use of AC_MSG_RESULT() in configure.ac

13 years agoautogen: wingo signed comment
Luis de Bethencourt [Fri, 18 Mar 2011 18:34:57 +0000 (19:34 +0100)]
autogen: wingo signed comment

13 years agodvdsubdec: Rearrange buffer allocation and pushing code a bit
Sebastian Dröge [Tue, 15 Mar 2011 10:02:42 +0000 (11:02 +0100)]
dvdsubdec: Rearrange buffer allocation and pushing code a bit

This makes the code easier to read, doesn't store every buffer
in the instance until the next buffer is to be drawn and
fixes an unitialized variable compiler warning.

13 years agodvdsubdec: Output only a single buffer per subpicture and set the correct duration
Brendan Le Foll [Tue, 15 Mar 2011 09:59:23 +0000 (10:59 +0100)]
dvdsubdec: Output only a single buffer per subpicture and set the correct duration

Fixes bug #619136.

13 years agodvdsubdec: Implement clipping if the video size is smaller than the subpicture size
Brendan Le Foll [Mon, 14 Mar 2011 17:39:35 +0000 (18:39 +0100)]
dvdsubdec: Implement clipping if the video size is smaller than the subpicture size

Fixes bug #644704.

13 years agomad: build the mad plugin even if libid3tag is not available
Tim-Philipp Müller [Fri, 11 Mar 2011 17:45:37 +0000 (17:45 +0000)]
mad: build the mad plugin even if libid3tag is not available

ID3 tags are usually handled by id3demux, and should be handled
by id3demux. Tag handling in mad based on libid3tag is very basic
and mostly unnecessary really, so just build this plugin without
ID3 tag support if libid3tag is not available.

13 years agodvddemux: small code cleanup
Stefan Kost [Wed, 2 Mar 2011 11:12:11 +0000 (13:12 +0200)]
dvddemux: small code cleanup

Don't duplicate the 'if' check. Makes the 2nd condition easier to read also
and avoid empty 'if' when logging is disabled.

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

Fixes #642504.

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

From 1de7f6a to 6aec6b9

13 years agompeg2dec: do not fail fatally when unlinked
Mark Nauwelaerts [Mon, 21 Feb 2011 12:13:11 +0000 (13:13 +0100)]
mpeg2dec: do not fail fatally when unlinked

... as _NOT_LINKED was neither tested as fatal before nor complained about.

13 years agoindex: remove conditional index support
Stefan Kost [Mon, 21 Feb 2011 09:05:31 +0000 (11:05 +0200)]
index: remove conditional index support

Index support cannot be disabled since commit
4bfb1fe70c6f0d5e29c17a8eeffb02f7fd083f11
in core, which removed the configure flags to disable index.

13 years agoformatting: trim trailing whitespace
Stefan Kost [Thu, 17 Feb 2011 16:06:51 +0000 (18:06 +0200)]
formatting: trim trailing whitespace

13 years agoindex: use delta frame flags instead of 0 or none
Stefan Kost [Thu, 17 Feb 2011 16:05:58 +0000 (18:05 +0200)]
index: use delta frame flags instead of 0 or none

13 years agox264enc: Don't register flags with a value of 0
Sjoerd Simons [Mon, 14 Feb 2011 17:52:09 +0000 (17:52 +0000)]
x264enc: Don't register flags with a value of 0

Flags with a value of 0 aren't meaningful and will cause
g_value_transform to go into an endless loop when trying to
convert the flags to a string

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

From f94d739 to 1de7f6a

13 years agoamrwbdec: avoid stalling on invalid frame
Mark Nauwelaerts [Mon, 7 Feb 2011 18:58:45 +0000 (19:58 +0100)]
amrwbdec: avoid stalling on invalid frame

Skip 1 byte indicating invalid frame type index rather than stalling
on it indefinitely until EOS.

Fixes #639715.

13 years agotests: add unit test for lamemp3enc negotiation issue
Tim-Philipp Müller [Thu, 3 Feb 2011 18:25:00 +0000 (18:25 +0000)]
tests: add unit test for lamemp3enc negotiation issue

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

13 years agolamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrict...
Tim-Philipp Müller [Thu, 3 Feb 2011 18:18:35 +0000 (18:18 +0000)]
lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream

The element downstream of mp3enc might only accept certain sample rates or channels,
make sure we relay any restrictions that do exist to upstream when it does a
get_caps() on the sink pad. That way upstream elements like audioresample or
audioconvert can pick a sample rate / channel configuration that will be accepted,
instead of just negotiating to the highest, which might then be rejected.

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

13 years agoasfpacket: Avoid using broken duration extension
Edward Hervey [Sun, 30 Jan 2011 15:17:19 +0000 (16:17 +0100)]
asfpacket: Avoid using broken duration extension

Quite a few (broken?) files have a packet duration of 1ms, which is
most definitely wrong for either audio or video packets.

We therefore avoid using that value and instead use other metrics to
determine the buffer duration (like using the extended stream properties
average frame duration if present and valid).

13 years agowin32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
Tim-Philipp Müller [Thu, 27 Jan 2011 15:33:40 +0000 (15:33 +0000)]
win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink

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

13 years agoxingmux: Use FALSE instead of 0 as return value for a function returning gboolean
Yang Xichuan [Wed, 12 Jan 2011 08:48:57 +0000 (16:48 +0800)]
xingmux: Use FALSE instead of 0 as return value for a function returning gboolean

Fixes bug #639291.

13 years agompegstream: increase allowable gap between streams
Vincent Penquerc'h [Thu, 6 Jan 2011 18:29:06 +0000 (18:29 +0000)]
mpegstream: increase allowable gap between streams

The new delay is three times as much as the old one, and just happens
to let me properly decode my "Princess Mononoke" DVD, on which dvdreadsrc
was chocking before at 5:11.
While there, merge the constants used in two places into a define.

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

13 years agox264enc: make tag event writable before modifying tag list in place
Miguel Angel Cabrera Moya [Sat, 22 Jan 2011 16:31:40 +0000 (17:31 +0100)]
x264enc: make tag event writable before modifying tag list in place

To modify an event tag is necessary to be sure that x264enc
has its own copy.

Also fix indentation.

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

13 years agoBack to development
Tim-Philipp Müller [Mon, 24 Jan 2011 10:14:56 +0000 (10:14 +0000)]
Back to development

13 years agoRelease 0.10.17
Tim-Philipp Müller [Fri, 21 Jan 2011 13:18:51 +0000 (13:18 +0000)]
Release 0.10.17

13 years ago0.10.16.4 pre-release
Tim-Philipp Müller [Tue, 18 Jan 2011 11:11:28 +0000 (11:11 +0000)]
0.10.16.4 pre-release

13 years agompeg2dec: Use the proper component value for height
Edward Hervey [Fri, 14 Jan 2011 16:37:09 +0000 (17:37 +0100)]
mpeg2dec: Use the proper component value for height

13 years ago0.10.16.3 pre-release
Tim-Philipp Müller [Tue, 11 Jan 2011 20:42:06 +0000 (20:42 +0000)]
0.10.16.3 pre-release

13 years agoasfdemux: Handle new type of DRM'd asf files.
Edward Hervey [Tue, 11 Jan 2011 16:09:02 +0000 (17:09 +0100)]
asfdemux: Handle new type of DRM'd asf files.

These are produced by the new MS PlayReady system.

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

13 years agoAutomatic update of common submodule
Stefan Kost [Tue, 11 Jan 2011 13:51:14 +0000 (15:51 +0200)]
Automatic update of common submodule

From e572c87 to f94d739

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 10 Jan 2011 16:37:19 +0000 (16:37 +0000)]
Automatic update of common submodule

From ccbaa85 to e572c87

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 10 Jan 2011 14:54:40 +0000 (14:54 +0000)]
Automatic update of common submodule

From 46445ad to ccbaa85

13 years agotests: never disable g_assert() and cast checks for the unit tests
Tim-Philipp Müller [Sat, 8 Jan 2011 00:35:08 +0000 (00:35 +0000)]
tests: never disable g_assert() and cast checks for the unit tests

The unit tests are riddled with g_assert() and friends, make sure we
don't disable assert and cast checks for the unit tests even if
this has been specified for the rest of the code base, e.g. via
--disable-glib-asserts

13 years ago0.10.16.2 pre-release
Tim-Philipp Müller [Fri, 7 Jan 2011 14:42:26 +0000 (14:42 +0000)]
0.10.16.2 pre-release

13 years agodocs: update docs
Tim-Philipp Müller [Fri, 7 Jan 2011 14:38:17 +0000 (14:38 +0000)]
docs: update docs

13 years agopo: update translations
Tim-Philipp Müller [Fri, 7 Jan 2011 14:37:07 +0000 (14:37 +0000)]
po: update translations

13 years agoconfigure: use $LIBM instead of hardcoding -lm
Tim-Philipp Müller [Fri, 7 Jan 2011 14:33:37 +0000 (14:33 +0000)]
configure: use $LIBM instead of hardcoding -lm

13 years agormdemux: Initialize return variable.
Edward Hervey [Thu, 6 Jan 2011 12:15:17 +0000 (13:15 +0100)]
rmdemux: Initialize return variable.

In the unlikely event that height is 0 (which is invalid) we would end up
never setting the flow return.

13 years agorealmedia: Fix unitialized variables on macosx
Edward Hervey [Wed, 5 Jan 2011 15:52:03 +0000 (16:52 +0100)]
realmedia: Fix unitialized variables on macosx

13 years agox264enc: Handle codec/encoder tags
Thiago Santos [Tue, 4 Jan 2011 13:32:05 +0000 (10:32 -0300)]
x264enc: Handle codec/encoder tags

Make x264enc drop video-codec and codec tags and replace
encoder/encoder-version with x264 and its build number

Fixes #621465

13 years agompeg2dec: use gst_pad_alloc_buffer() when cropping buffers
Tim-Philipp Müller [Wed, 29 Dec 2010 22:17:50 +0000 (22:17 +0000)]
mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers

13 years agompeg2dec: minor formatting clean-up
Tim-Philipp Müller [Wed, 29 Dec 2010 22:10:58 +0000 (22:10 +0000)]
mpeg2dec: minor formatting clean-up

13 years agompeg2dec: refactor cropping code to use libgstvideo functions
Tim-Philipp Müller [Wed, 29 Dec 2010 21:42:36 +0000 (21:42 +0000)]
mpeg2dec: refactor cropping code to use libgstvideo functions

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

13 years agompeg2dec: use GstVideoFormat instead of custom enum
Tim-Philipp Müller [Wed, 29 Dec 2010 20:19:34 +0000 (20:19 +0000)]
mpeg2dec: use GstVideoFormat instead of custom enum

13 years agompeg2dec: fix LIBADD order in Makefile.am
Tim-Philipp Müller [Wed, 29 Dec 2010 20:15:03 +0000 (20:15 +0000)]
mpeg2dec: fix LIBADD order in Makefile.am

13 years agox264: vbv-buf-capacity should have a minimum of 0
Tristan Matthews [Fri, 19 Nov 2010 18:01:35 +0000 (13:01 -0500)]
x264: vbv-buf-capacity should have a minimum of 0

x264 will clip this value internally, and users should be allowed to
specify a lower value than 300 ms.

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

13 years agox264enc: also accept YV12 input
Tim-Philipp Müller [Mon, 27 Dec 2010 11:38:24 +0000 (11:38 +0000)]
x264enc: also accept YV12 input

13 years agox264enc: add a note to the docs about encoder latency and queues
Mark Nauwelaerts [Wed, 1 Dec 2010 17:35:59 +0000 (18:35 +0100)]
x264enc: add a note to the docs about encoder latency and queues

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

13 years agorealmedia: do not use the pad buffer allocation functions in demuxers
Vincent Penquerc'h [Fri, 24 Dec 2010 10:12:19 +0000 (10:12 +0000)]
realmedia: do not use the pad buffer allocation functions in demuxers

Doing so can block, see https://bugzilla.gnome.org/show_bug.cgi?id=637822

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

13 years agoAutomatic update of common submodule
Edward Hervey [Mon, 20 Dec 2010 16:47:41 +0000 (17:47 +0100)]
Automatic update of common submodule

From 169462a to 46445ad

13 years agomad: If gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one
Sebastian Dröge [Thu, 16 Dec 2010 09:30:31 +0000 (10:30 +0100)]
mad: If gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one

Fixes bug #635461.

13 years agoAutomatic update of common submodule
Stefan Kost [Wed, 15 Dec 2010 12:56:36 +0000 (14:56 +0200)]
Automatic update of common submodule

From 20742ae to 169462a

13 years agormdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
Rob Clark [Sun, 12 Dec 2010 17:54:35 +0000 (11:54 -0600)]
rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly

Signed-off-by: Rob Clark <rob@ti.com>
13 years agoAutomatic update of common submodule
Stefan Kost [Mon, 13 Dec 2010 14:24:09 +0000 (16:24 +0200)]
Automatic update of common submodule

From 011bcc8 to 20742ae

13 years agox264: uses pkg-config to locate libx264
Leo Singer [Sun, 14 Nov 2010 18:57:21 +0000 (10:57 -0800)]
x264: uses pkg-config to locate libx264

13 years agocheck: don't use deprecated method
Wim Taymans [Tue, 7 Dec 2010 14:39:32 +0000 (15:39 +0100)]
check: don't use deprecated method

13 years agoAdd build system for Android
Benjamin Gaignard [Fri, 3 Dec 2010 16:43:25 +0000 (17:43 +0100)]
Add build system for Android

13 years agorealmedia: Remove dead assignments
Edward Hervey [Thu, 25 Nov 2010 18:51:50 +0000 (19:51 +0100)]
realmedia: Remove dead assignments

13 years agomad: Remove dead assignments
Edward Hervey [Thu, 25 Nov 2010 18:51:40 +0000 (19:51 +0100)]
mad: Remove dead assignments

13 years agodvdreadsrc: remove bogus comment
Tim-Philipp Müller [Sat, 13 Nov 2010 12:38:45 +0000 (12:38 +0000)]
dvdreadsrc: remove bogus comment

13 years agodvdreadsrc: fix handling of multi-angle streams
Thomas Green [Sat, 13 Nov 2010 12:34:37 +0000 (12:34 +0000)]
dvdreadsrc: fix handling of multi-angle streams

We would output all angles interleaved instead of just
the selected angle.

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

13 years agorealmedia: fix LIBS order in Makefile
Tim-Philipp Müller [Thu, 28 Oct 2010 16:01:16 +0000 (17:01 +0100)]
realmedia: fix LIBS order in Makefile

13 years agopo: update for new translatable strings
Tim-Philipp Müller [Fri, 22 Oct 2010 08:17:40 +0000 (09:17 +0100)]
po: update for new translatable strings

13 years agoAutomatic update of common submodule
Jan Schmidt [Wed, 27 Oct 2010 12:17:29 +0000 (13:17 +0100)]
Automatic update of common submodule

From 7bbd708 to 011bcc8

13 years agompeg2dec: convert the position to stream time before answering to a position query
Guillaume Emont [Wed, 20 Oct 2010 18:26:45 +0000 (20:26 +0200)]
mpeg2dec: convert the position to stream time before answering to a position query

13 years agorealmedia: Get codec name from pbutils instead of harcoding them
Edward Hervey [Sun, 24 Oct 2010 12:22:39 +0000 (14:22 +0200)]
realmedia: Get codec name from pbutils instead of harcoding them

13 years agox264enc: Work around a rate control issue in libx264
Robert Swain [Fri, 22 Oct 2010 09:29:55 +0000 (11:29 +0200)]
x264enc: Work around a rate control issue in libx264

When variable framerate is disabled in libx264 (which occurs when using
the zerolatency tuning), libx264 ignores timestamps but still uses the
timebase leading to messed up rate control with our nanosecond timebase.

We work around this issue by setting the timebase to the reciprocal of
the framerate and we validate that the framerate is suitable.

This has been fixed upstream in libx264 but there are non-fixed versions
in the wild so this workaround is still needed.

Fixes bug #632861

13 years agompeg2dec: Use gst_pad_peer_query() instead of getting the peer pad manually
Sebastian Dröge [Tue, 19 Oct 2010 14:30:51 +0000 (16:30 +0200)]
mpeg2dec: Use gst_pad_peer_query() instead of getting the peer pad manually

13 years agompeg2dec: fix position query by trusting upstream
Guillaume Emont [Wed, 13 Oct 2010 19:38:06 +0000 (21:38 +0200)]
mpeg2dec: fix position query by trusting upstream

Position queries are badly handled for DVDs (probably due to the division in
chapters): the time returned was the time since the start of chapter.

Now ask upstream for position queries, fall back to the old code if upstream
cannot answer the query.

13 years agovarious: canonicalize property names
Stefan Kost [Tue, 19 Oct 2010 09:20:40 +0000 (12:20 +0300)]
various: canonicalize property names

13 years agovarious (ext): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost [Tue, 19 Oct 2010 07:06:33 +0000 (10:06 +0300)]
various (ext): add a missing G_PARAM_STATIC_STRINGS flags

13 years agovarious (gst): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost [Tue, 19 Oct 2010 06:49:47 +0000 (09:49 +0300)]
various (gst): add a missing G_PARAM_STATIC_STRINGS flags

13 years agoAutomatic update of common submodule
David Schleef [Thu, 14 Oct 2010 19:32:16 +0000 (12:32 -0700)]
Automatic update of common submodule

From 5a668bf to 7bbd708

13 years agoAutomatic update of common submodule
David Schleef [Fri, 8 Oct 2010 19:44:52 +0000 (12:44 -0700)]
Automatic update of common submodule

From c4a8adc to 5a668bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 8 Oct 2010 10:56:05 +0000 (12:56 +0200)]
Automatic update of common submodule

From 5e3c9bf to c4a8adc

13 years agomad: support reverse playback
Mark Nauwelaerts [Wed, 29 Sep 2010 19:24:23 +0000 (21:24 +0200)]
mad: support reverse playback

13 years agodvdreadsrc: improve error messages on read errors
Tim-Philipp Müller [Sun, 26 Sep 2010 18:24:08 +0000 (19:24 +0100)]
dvdreadsrc: improve error messages on read errors

Provide proper i18n-ed error messages when a read error happens,
and point out that the error could be happening because the
DVD is scrambled.

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

13 years agoconfigure: set plugin release datetime
Tim-Philipp Müller [Thu, 23 Sep 2010 23:03:50 +0000 (00:03 +0100)]
configure: set plugin release datetime

13 years agoAutomatic update of common submodule
Edward Hervey [Tue, 21 Sep 2010 16:34:31 +0000 (18:34 +0200)]
Automatic update of common submodule

From aa0d1d0 to 5e3c9bf

13 years agompegparse: re-fix flow return handling
Tim-Philipp Müller [Wed, 15 Sep 2010 19:14:47 +0000 (20:14 +0100)]
mpegparse: re-fix flow return handling

Fix wrong GST_FLOW_IS_SUCCESS substitution in commit e99cb46c:
-  } while (GST_FLOW_IS_SUCCESS (result));
+  } while (result != GST_FLOW_OK);

13 years agotests: allow running state tests for all elements
Stefan Kost [Thu, 9 Sep 2010 19:33:36 +0000 (22:33 +0300)]
tests: allow running state tests for all elements

Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
to try elements that would normaly be skipped.

13 years agoNew pkgconfig subdirectory needs to be added to SUBDIRS as well so it's entered and...
Tim-Philipp Müller [Thu, 9 Sep 2010 08:53:07 +0000 (09:53 +0100)]
New pkgconfig subdirectory needs to be added to SUBDIRS as well so it's entered and disted

13 years agoAdd gstreamer-plugins-ugly-uninstalled-0.10.pc file so other modules can find our...
Tim-Philipp Müller [Tue, 7 Sep 2010 23:09:35 +0000 (00:09 +0100)]
Add gstreamer-plugins-ugly-uninstalled-0.10.pc file so other modules can find our plugins

This .pc file will not be installed, it's only for uninstalled setups,
same thing as we do for -good. This is so other modules' unit tests can
find our plugins properly in an uninstalled setup.

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 7 Sep 2010 10:42:52 +0000 (11:42 +0100)]
Automatic update of common submodule

From c2e10bf to aa0d1d0

13 years agoconfigure: re-enable use of -DGST_DISABLE_DEPRECATED in git versions
Tim-Philipp Müller [Mon, 6 Sep 2010 22:53:10 +0000 (23:53 +0100)]
configure: re-enable use of -DGST_DISABLE_DEPRECATED in git versions

13 years agosiddec: don't use GST_FLOW_IS_FATAL
Tim-Philipp Müller [Mon, 6 Sep 2010 22:51:23 +0000 (23:51 +0100)]
siddec: don't use GST_FLOW_IS_FATAL

GST_FLOW_IS_FATAL has been deprecated in core git.

13 years agoAutomatic update of common submodule
David Schleef [Mon, 6 Sep 2010 01:58:50 +0000 (18:58 -0700)]
Automatic update of common submodule

From d3d9acf to c2e10bf

13 years agoconfigure: Require orc >= 0.4.6 for --compat
Sebastian Dröge [Sun, 5 Sep 2010 10:27:02 +0000 (12:27 +0200)]
configure: Require orc >= 0.4.6 for --compat