platform/upstream/gstreamer.git
13 years agostreamsynchronizer: If we get EOS for an unknown stream just do nothing
Sebastian Dröge [Sun, 31 Oct 2010 18:08:32 +0000 (19:08 +0100)]
streamsynchronizer: If we get EOS for an unknown stream just do nothing

instead of dereferencing NULL pointers. This can happen if the stream
was just removed from the streamsynchronizer in a bad time.

13 years agoplaysink: gen_video_deinterlace_chain() always returns a bin, no need to check that
Sebastian Dröge [Sun, 31 Oct 2010 18:06:00 +0000 (19:06 +0100)]
playsink: gen_video_deinterlace_chain() always returns a bin, no need to check that

13 years agov4l: If no video tuner is the requested one don't read unitialized data
Sebastian Dröge [Sun, 31 Oct 2010 18:01:49 +0000 (19:01 +0100)]
v4l: If no video tuner is the requested one don't read unitialized data

13 years agoximagesink: Add docs for the new property
Sebastian Dröge [Mon, 25 Oct 2010 13:13:16 +0000 (14:13 +0100)]
ximagesink: Add docs for the new property

Including Since markers

13 years agoxvimagesink: Add docs for the new property
Sebastian Dröge [Mon, 25 Oct 2010 13:11:01 +0000 (14:11 +0100)]
xvimagesink: Add docs for the new property

Including Since markers

13 years agoxvimagesink: Use PROP_ instead of ARG_ for the property enums
Sebastian Dröge [Mon, 25 Oct 2010 13:09:39 +0000 (14:09 +0100)]
xvimagesink: Use PROP_ instead of ARG_ for the property enums

13 years agoxvimagesink: Add read-only properties window-width and window-height
Andrea Sebastianutti [Mon, 25 Oct 2010 13:09:20 +0000 (14:09 +0100)]
xvimagesink: Add read-only properties window-width and window-height

13 years agoximagsink: Add read-only properties window-width and window-height
Andrea Sebastianutti [Mon, 25 Oct 2010 13:08:43 +0000 (14:08 +0100)]
ximagsink: Add read-only properties window-width and window-height

13 years agovideo: Return correct component width/height for A420
Sebastian Dröge [Sun, 17 Oct 2010 12:26:23 +0000 (14:26 +0200)]
video: Return correct component width/height for A420

13 years agoBump GLib requirement to >= 2.22
Tim-Philipp Müller [Thu, 2 Dec 2010 00:15:25 +0000 (00:15 +0000)]
Bump GLib requirement to >= 2.22

See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement

13 years agoBack to development
Tim-Philipp Müller [Thu, 2 Dec 2010 00:12:51 +0000 (00:12 +0000)]
Back to development

13 years agoRelease 0.10.31
Tim-Philipp Müller [Tue, 30 Nov 2010 19:25:44 +0000 (19:25 +0000)]
Release 0.10.31

13 years agouridecodebin: disconnect signal handlers before disposing
Stefan Kost [Wed, 24 Nov 2010 15:34:21 +0000 (17:34 +0200)]
uridecodebin: disconnect signal handlers before disposing

13 years agodocs: improve decodebin2 docs a little
Tim-Philipp Müller [Mon, 22 Nov 2010 00:54:35 +0000 (00:54 +0000)]
docs: improve decodebin2 docs a little

Mention that new pads may be created even after no-more-pads.

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

13 years agointrospection: Add information on exported packages to GIRs
Evan Nemerson [Sat, 20 Nov 2010 23:45:49 +0000 (15:45 -0800)]
introspection: Add information on exported packages to GIRs

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

13 years agodiscoverer: Minor documentation fix
Arun Raghavan [Wed, 17 Nov 2010 23:21:56 +0000 (04:51 +0530)]
discoverer: Minor documentation fix

docs: Minor discoverer documentation fix

13 years ago0.10.30.5 pre-release
Tim-Philipp Müller [Thu, 18 Nov 2010 00:36:14 +0000 (00:36 +0000)]
0.10.30.5 pre-release

13 years agopo: update translations
Tim-Philipp Müller [Thu, 18 Nov 2010 00:35:53 +0000 (00:35 +0000)]
po: update translations

13 years agodecodebin: fix one more pad template ref leak
Tim-Philipp Müller [Thu, 18 Nov 2010 00:33:22 +0000 (00:33 +0000)]
decodebin: fix one more pad template ref leak

13 years ago*decodebin*: don't leak pad templates set on ghostpads
Harri Mähönen [Wed, 17 Nov 2010 08:14:59 +0000 (10:14 +0200)]
*decodebin*: don't leak pad templates set on ghostpads

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

13 years agoplaybin2: disable streamsynchronizer magic for this release
Tim-Philipp Müller [Wed, 17 Nov 2010 01:01:03 +0000 (01:01 +0000)]
playbin2: disable streamsynchronizer magic for this release

Some things aren't quite right yet and cause problems (0-sized buffers
with PREROLL flag set cause crashes in elements that don't expect those;
getting pipeline back to preroll/playing again when audio/video streams
have different lengths and a seek past the end of one of the stream
happens doesn't always work, etc.). Needs further investigation in the
next cycle.

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

13 years agodiscoverer: Fix a gtk-doc gobject-introspection annotation
Arun Raghavan [Mon, 8 Nov 2010 03:57:52 +0000 (09:27 +0530)]
discoverer: Fix a gtk-doc gobject-introspection annotation

gst_discoverer_discover_uri() expects the caller to unref the returned
GstDiscovererInfo object. The corresponding gtk-doc annotation was not
updated to reflect this.

13 years agodiscoverer: Fix argument type to _container_info_get_streams()
Arun Raghavan [Mon, 8 Nov 2010 03:56:27 +0000 (09:26 +0530)]
discoverer: Fix argument type to _container_info_get_streams()

No reason for gst_discoverer_container_info_get_streams() to not take a
GstDiscovererContainerInfo as its argument.

13 years agoconfigure: add --with-gtk option and default to Gtk+ 2.0 while the 3.0 API is still...
Tim-Philipp Müller [Fri, 5 Nov 2010 20:47:41 +0000 (20:47 +0000)]
configure: add --with-gtk option and default to Gtk+ 2.0 while the 3.0 API is still in flux

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

13 years agoffmpegcolorspace: Fix IYU1 support
Sebastian Dröge [Wed, 3 Nov 2010 09:35:35 +0000 (10:35 +0100)]
ffmpegcolorspace: Fix IYU1 support

Fix conversions to IYU1, they allocated infinite amounts of memory before
because no conversion to IYU1 was actually implemented and it was running
into an infinite loop trying to find suitable intermediate formats.

Also fix the stride and sizes used for IYU1.

13 years agotests: fix invalid free and buffer list leak in rtp library unit test
Tim-Philipp Müller [Tue, 2 Nov 2010 12:29:05 +0000 (12:29 +0000)]
tests: fix invalid free and buffer list leak in rtp library unit test

13 years agotests: fix leak in tag library unit test
Tim-Philipp Müller [Tue, 2 Nov 2010 12:03:21 +0000 (12:03 +0000)]
tests: fix leak in tag library unit test

13 years agotag: fix leak when parsing undefined EXIF tag into tag list
Tim-Philipp Müller [Tue, 2 Nov 2010 12:01:03 +0000 (12:01 +0000)]
tag: fix leak when parsing undefined EXIF tag into tag list

gst_buffer_set_data() does not set GST_BUFFER_MALLOCDATA, but
the code assumes the buffer takes ownership of the memory
allocated earlier.

13 years agotag: fix GstDateTime leak when converting exif tag to tag list
Tim-Philipp Müller [Tue, 2 Nov 2010 11:57:02 +0000 (11:57 +0000)]
tag: fix GstDateTime leak when converting exif tag to tag list

13 years ago0.10.30.4 pre-release
Tim-Philipp Müller [Mon, 1 Nov 2010 17:00:38 +0000 (17:00 +0000)]
0.10.30.4 pre-release

13 years agopo: update translations
Tim-Philipp Müller [Mon, 1 Nov 2010 16:59:59 +0000 (16:59 +0000)]
po: update translations

13 years agodocs: update docs for discoverer API changes as well
Tim-Philipp Müller [Sat, 30 Oct 2010 15:07:59 +0000 (16:07 +0100)]
docs: update docs for discoverer API changes as well

13 years agoexamples: update some more code for new Gtk+ API, with fallback for older Gtk+ versions
Matthias Clasen [Sat, 30 Oct 2010 15:03:18 +0000 (16:03 +0100)]
examples: update some more code for new Gtk+ API, with fallback for older Gtk+ versions

Move code to new Gtk+ 3.x / 2.9x API. We have defines in place
already that make this code work fine on older Gtk+ 2.x.

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

13 years agoseek: Define the new combobox API to the old functions if using older GTK
Sebastian Dröge [Thu, 28 Oct 2010 13:13:45 +0000 (15:13 +0200)]
seek: Define the new combobox API to the old functions if using older GTK

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

13 years agowin32: remove unused libgstutils stuff
Tim-Philipp Müller [Sat, 30 Oct 2010 14:31:52 +0000 (15:31 +0100)]
win32: remove unused libgstutils stuff

Cruft from before the lib was renamed to pbutils

13 years agodiscoverer: rename boolean getters for consistency
Stefan Kost [Thu, 28 Oct 2010 15:51:08 +0000 (18:51 +0300)]
discoverer: rename boolean getters for consistency

Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced().

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

13 years agopbutils: remove padding from now-private GstDiscovererInfo structure
Tim-Philipp Müller [Sat, 30 Oct 2010 11:24:05 +0000 (12:24 +0100)]
pbutils: remove padding from now-private GstDiscovererInfo structure

13 years agotools: rename gst-discoverer binary to gst-discoverer-0.10
Tim-Philipp Müller [Sat, 30 Oct 2010 11:03:39 +0000 (12:03 +0100)]
tools: rename gst-discoverer binary to gst-discoverer-0.10

We're not providing a wrapper like we do for the tools in core,
since wrappers are confusing (e.g. for debugging purposes),
mostly pointless (since the API is likely to change between
major versions), and cause packaging issues when packages for
two different major versions are to be installed in parallel.

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

13 years agotools: update gst-discoverer tool for last-minute API change
Tim-Philipp Müller [Sat, 30 Oct 2010 10:41:23 +0000 (11:41 +0100)]
tools: update gst-discoverer tool for last-minute API change

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

13 years agortspconnection: calculate better timeout value
Wim Taymans [Fri, 29 Oct 2010 13:17:44 +0000 (14:17 +0100)]
rtspconnection: calculate better timeout value

We want to send the keealive message a little earlier than the timeout value
specifies. Scale this based on the value of the timeout instead of just assuming
5 seconds.

13 years agortsp: don't let the rtsp connection timeout
Thijs Vermeir [Fri, 29 Oct 2010 12:24:54 +0000 (14:24 +0200)]
rtsp: don't let the rtsp connection timeout

Because we should act before the rtsp server does a timeout, we
reduce the timeout-time with 5 seconds, this should be safe to always
keep te rtsp connection alive.

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

13 years agovideoscale: Add unit test for working reverse negotiation
Sebastian Dröge [Thu, 28 Oct 2010 13:55:12 +0000 (15:55 +0200)]
videoscale: Add unit test for working reverse negotiation

See bug #633147.

13 years agooggdemux: fix wrong flowreturn handling
Wim Taymans [Fri, 29 Oct 2010 10:48:18 +0000 (11:48 +0100)]
oggdemux: fix wrong flowreturn handling

Oggdemux will currently try to pad alloc a buffer from the peer when it is
reading the header files. This is a relic from the time where we had an internal
parser and needs to be removed at some point in time.

The problem is that when there is no peer pad yet (which is normal when
collecting headers) we should still continue to parse all the packets of a
page instead of erroring out on NOT_LINKED.

Fixes #632167

13 years agoogg: add some more debug statements
Wim Taymans [Fri, 29 Oct 2010 10:47:53 +0000 (11:47 +0100)]
ogg: add some more debug statements

13 years agoplaysink: Fix subpicture overlay when deinterlacing disabled.
Jan Schmidt [Tue, 26 Oct 2010 15:41:28 +0000 (16:41 +0100)]
playsink: Fix subpicture overlay when deinterlacing disabled.

Fix a bug when reconfiguring the playsink where the subpicture
stream is broken by attempting to connect it through
streamsynchroniser and second time.

13 years agodiscoverer: use const in most of the getters
Stefan Kost [Thu, 28 Oct 2010 14:38:29 +0000 (17:38 +0300)]
discoverer: use const in most of the getters

13 years agodiscoverer: use specific types in getters
Stefan Kost [Thu, 28 Oct 2010 00:09:10 +0000 (03:09 +0300)]
discoverer: use specific types in getters

Use GstDiscoverer{Audio,Video}Info in getters like
gst_discoverer_{audio,video}_info_get_*(). This avoids the casts in the macros,
help language bindings and is more correct.

13 years agodiscoverer: Move documentation to the correct section
Sebastian Dröge [Thu, 28 Oct 2010 09:56:06 +0000 (11:56 +0200)]
discoverer: Move documentation to the correct section

And don't mention the (not existing) libgstdiscovery.

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

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

From 7bbd708 to 011bcc8

13 years agodiscoverer: Get pad caps if we can't get negotiated caps
Edward Hervey [Sun, 24 Oct 2010 14:09:26 +0000 (16:09 +0200)]
discoverer: Get pad caps if we can't get negotiated caps

Better provide something than nothing

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

13 years agodiscoverer: Don't ref a NULL caps
Edward Hervey [Sun, 24 Oct 2010 13:38:30 +0000 (15:38 +0200)]
discoverer: Don't ref a NULL caps

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

13 years agodecodebin2: Don't add non prerolled stream to topology
Edward Hervey [Fri, 24 Sep 2010 14:02:42 +0000 (16:02 +0200)]
decodebin2: Don't add non prerolled stream to topology

If a final stream didn't preroll, don't add it to the topology since
it doesn't give any information at all.

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

13 years agopbutils: Description for RealAudio container format
Edward Hervey [Sun, 24 Oct 2010 14:17:09 +0000 (16:17 +0200)]
pbutils: Description for RealAudio container format

13 years agopbutils: Add description for VP6 alpha and ASS subtitle
Edward Hervey [Sun, 24 Oct 2010 13:38:42 +0000 (15:38 +0200)]
pbutils: Add description for VP6 alpha and ASS subtitle

13 years ago0.10.30.3 pre-release
Tim-Philipp Müller [Fri, 22 Oct 2010 16:44:08 +0000 (17:44 +0100)]
0.10.30.3 pre-release

13 years agoseek: The new combo box text API is available since 2.23.0 and 2.91.1
Sebastian Dröge [Wed, 20 Oct 2010 09:01:59 +0000 (11:01 +0200)]
seek: The new combo box text API is available since 2.23.0 and 2.91.1

Only use it conditionally.

13 years agoseek: Don't use deprecated combo box text API
Matthias Clasen [Wed, 20 Oct 2010 09:01:14 +0000 (11:01 +0200)]
seek: Don't use deprecated combo box text API

Fixes bug #632653.

13 years agouridecodebin: workaround internal decodebin2 failing state change
Mark Nauwelaerts [Thu, 21 Oct 2010 10:24:19 +0000 (12:24 +0200)]
uridecodebin: workaround internal decodebin2 failing state change

Fixes #632656.

13 years agotests: don't use deprecated gtk_widget_hide_all()
Tim-Philipp Müller [Thu, 21 Oct 2010 12:38:01 +0000 (13:38 +0100)]
tests: don't use deprecated gtk_widget_hide_all()

gtk_widget_hide_all() has been deprecated in gtk+ 2.x and
removed in 2.9x master. Just use gtk_widget_hide() instead.

13 years agotools: fix linking problems caused by accidentally linking against installed pbutils...
Tim-Philipp Müller [Thu, 21 Oct 2010 12:07:34 +0000 (13:07 +0100)]
tools: fix linking problems caused by accidentally linking against installed pbutils/gstvideo libs

Fixes build errors in jhbuild:
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_get_elements'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_element_link_pads_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_filter'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_pad_link_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_plugin_feature_list_debug'

13 years agolibs: touch marshal.list files to force rebuild after Makefile.am changes
Tim-Philipp Müller [Mon, 18 Oct 2010 23:07:47 +0000 (00:07 +0100)]
libs: touch marshal.list files to force rebuild after Makefile.am changes

Force regeneration of marshal.[ch] files after prefix changes in
Makefile.am, to avoid build errors for those of us who don't
habitually make clean first.

13 years ago0.10.30.2 pre-release
Tim-Philipp Müller [Sat, 16 Oct 2010 00:08:38 +0000 (01:08 +0100)]
0.10.30.2 pre-release

13 years agopo: update translations
Tim-Philipp Müller [Sat, 16 Oct 2010 00:07:16 +0000 (01:07 +0100)]
po: update translations

13 years agotag: Adds GST_TAG_CAPTURING_SOURCE
Thiago Santos [Fri, 8 Oct 2010 20:24:07 +0000 (17:24 -0300)]
tag: Adds GST_TAG_CAPTURING_SOURCE

Adds a tag to indicate the source/device used for the capture.

Already maps it in exif and adds tests.

API: GST_TAG_CAPTURING_SOURCE

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

13 years agotag: Adds GST_TAG_CAPTURING_METERING_MODE
Thiago Santos [Fri, 8 Oct 2010 18:51:28 +0000 (15:51 -0300)]
tag: Adds GST_TAG_CAPTURING_METERING_MODE

Adds a tag to inform what mode was used by a camera to calculate
the picture capturing exposure

Also adds mapping to exif and tests

API: GST_TAG_CAPTURING_METERING_MODE

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

13 years agotag: Adds GST_TAG_CAPTURING_SHARPNESS
Thiago Santos [Fri, 8 Oct 2010 18:14:22 +0000 (15:14 -0300)]
tag: Adds GST_TAG_CAPTURING_SHARPNESS

Adds new tag for tagging sharpness processing used
when capturing an image. Also maps it in the exif
tags.

Tests included.

API: GST_TAG_CAPTURING_SHARPNESS

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

13 years agortsp: don't export marshaller function
Tim-Philipp Müller [Fri, 15 Oct 2010 22:54:40 +0000 (23:54 +0100)]
rtsp: don't export marshaller function

Make sure the marshaller function isn't exported. As it was
never in a public header file, this should be fine.

13 years agopbutils: fix distcheck
Tim-Philipp Müller [Fri, 15 Oct 2010 20:22:35 +0000 (21:22 +0100)]
pbutils: fix distcheck

Apparently noinst implies dist.

13 years agotests: Don't dist generated orc code
David Schleef [Fri, 15 Oct 2010 18:23:02 +0000 (11:23 -0700)]
tests: Don't dist generated orc code

13 years agoUpdate generated orc code
David Schleef [Fri, 15 Oct 2010 18:22:45 +0000 (11:22 -0700)]
Update generated orc code

13 years agopbutils: make marshaller private
Tim-Philipp Müller [Fri, 15 Oct 2010 18:18:12 +0000 (19:18 +0100)]
pbutils: make marshaller private

There's no reason to make the marshaller public API. Don't install
pbutils-marshal.h header file and use prefix that makes sure the
symbol doesn't get exported.

13 years agopbutils: use fewer variables in Makefile.am to make things clearer
Tim-Philipp Müller [Fri, 15 Oct 2010 18:14:49 +0000 (19:14 +0100)]
pbutils: use fewer variables in Makefile.am to make things clearer

Also fix typo in DISTCLEANFILES.

13 years agoconfigure: bump Orc requirement to 0.4.11
Tim-Philipp Müller [Fri, 15 Oct 2010 16:59:26 +0000 (17:59 +0100)]
configure: bump Orc requirement to 0.4.11

Has fixes for volume, among other things.

13 years agodocs: improve gst_discoverer_new() docs a bit
Tim-Philipp Müller [Fri, 15 Oct 2010 16:23:44 +0000 (17:23 +0100)]
docs: improve gst_discoverer_new() docs a bit

13 years agodiscoverer: private structs need to padding
Tim-Philipp Müller [Fri, 15 Oct 2010 15:43:41 +0000 (16:43 +0100)]
discoverer: private structs need to padding

13 years agovideo: Fix stupid copy&paste error in last commit
Sebastian Dröge [Fri, 15 Oct 2010 09:26:50 +0000 (11:26 +0200)]
video: Fix stupid copy&paste error in last commit

13 years agoffmpegcolorspace: Add support for A420
Sebastian Dröge [Wed, 13 Oct 2010 20:51:12 +0000 (22:51 +0200)]
ffmpegcolorspace: Add support for A420

13 years agovideo: API: Add A420 video format
Sebastian Dröge [Wed, 13 Oct 2010 18:45:28 +0000 (20:45 +0200)]
video: API: Add A420 video format

This is planar 4:2:0 YUV plus non-subsampled alpha plane.

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

From 5a668bf to 7bbd708

13 years agotypefinding: fix ADTS caps stream-format detail
Tim-Philipp Müller [Thu, 14 Oct 2010 15:36:30 +0000 (16:36 +0100)]
typefinding: fix ADTS caps stream-format detail

Field should be "stream-format", not "stream-type".

13 years agotypefinding: extend AAC typefinder to detect LOAS streams
Andrzej K. Haczewski [Thu, 8 Jul 2010 13:22:08 +0000 (15:22 +0200)]
typefinding: extend AAC typefinder to detect LOAS streams

Extend AAC typefinder to recognize LOAS stream as specified by
ISO/IEC 14496-3:2009.

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

13 years ago*decodebin*: set pad-templates on ghostpads
Stefan Kost [Wed, 13 Oct 2010 20:26:35 +0000 (23:26 +0300)]
*decodebin*: set pad-templates on ghostpads

This makes calling gst_pad_get_pad_template() work.

13 years agotag: Update with latest datetime from core
Thiago Santos [Wed, 13 Oct 2010 00:23:03 +0000 (21:23 -0300)]
tag: Update with latest datetime from core

Updates datetime functions to latest APIs in core

13 years agovarious: add a missing G_PARAM_STATIC_STRINGS flag to object properties
Stefan Kost [Wed, 13 Oct 2010 13:12:38 +0000 (16:12 +0300)]
various: add a missing G_PARAM_STATIC_STRINGS flag to object properties

13 years agodecodebin2: declare decodebin2 stable, deprecate the old decodebin
Tim-Philipp Müller [Wed, 13 Oct 2010 12:05:12 +0000 (13:05 +0100)]
decodebin2: declare decodebin2 stable, deprecate the old decodebin

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

13 years agoplaybin2: declare stable, deprecate the old playbin
Tim-Philipp Müller [Wed, 13 Oct 2010 11:55:31 +0000 (12:55 +0100)]
playbin2: declare stable, deprecate the old playbin

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

13 years agooggdemux: only keep last valid granulepos
Wim Taymans [Tue, 12 Oct 2010 14:03:36 +0000 (16:03 +0200)]
oggdemux: only keep last valid granulepos

Only keep the last valid granulepos we see when scanning the last
pages. It is possible that the last page that we inspect has a -1 granulepos, in
which case we want to keep the previous valid time instead.

Fixes #631703

13 years agooggdemux: Fix check for last page
David Schleef [Sun, 10 Oct 2010 22:22:52 +0000 (15:22 -0700)]
oggdemux: Fix check for last page

13 years agooggdemux: change checks from is_skeleton to is_sparse
David Schleef [Sun, 10 Oct 2010 22:22:04 +0000 (15:22 -0700)]
oggdemux: change checks from is_skeleton to is_sparse

13 years agooggdemux: move is_sparse into stream map
David Schleef [Sun, 10 Oct 2010 22:17:31 +0000 (15:17 -0700)]
oggdemux: move is_sparse into stream map

13 years agotests: vorbis: adds missing lib
Thiago Santos [Mon, 11 Oct 2010 21:06:18 +0000 (18:06 -0300)]
tests: vorbis: adds missing lib

Adds missing lib to vorbis check tests makefile

13 years agouridecodebin: Set GST_ELEMENT_IS_SOURCE flag
Sebastian Dröge [Mon, 11 Oct 2010 12:30:02 +0000 (14:30 +0200)]
uridecodebin: Set GST_ELEMENT_IS_SOURCE flag

uridecodebin behaves like a source, let's mark it as a source

13 years agotheoradec: expose telemetry properties only if libtheora was compiled with --enable...
Tim-Philipp Müller [Sat, 9 Oct 2010 23:52:13 +0000 (00:52 +0100)]
theoradec: expose telemetry properties only if libtheora was compiled with --enable-telemetry

Since this is just a debugging feature and libtheora will usually not be
compiled with that option enabled, we should maybe just hide these properties,
since they won't work anyway, and avoid confusing warnings.

Also rename properties to make them less cryptic.

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

13 years agotheoradec: add properties to enable debugging telemetry overlay
Alexey Fisher [Sat, 9 Oct 2010 22:49:35 +0000 (23:49 +0100)]
theoradec: add properties to enable debugging telemetry overlay

The theora decoder can overlay debugging information on the output
video. This functionality is only available if libtheora has been
compiled with --enable-telemetry. For more details see:

http://people.xiph.org/~xiphmont/demo/theora/demo2.html

Based on original patch by Michael Smith <msmith at xiph org>

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

13 years agoxvimagesink: Make sure that the caps for upstream negotiation are simple caps
Sebastian Dröge [Sun, 10 Oct 2010 16:35:54 +0000 (18:35 +0200)]
xvimagesink: Make sure that the caps for upstream negotiation are simple caps

Fixes bug #631774.

13 years agoexamples: g_mapped_file_unref exists already since GLib 2.21.3
Vincent Penquerc'h [Sat, 9 Oct 2010 13:17:57 +0000 (14:17 +0100)]
examples: g_mapped_file_unref exists already since GLib 2.21.3

13 years agooggdemux: fix seeking with negative rate with skeleton
Guillaume Emont [Thu, 7 Oct 2010 17:32:56 +0000 (19:32 +0200)]
oggdemux: fix seeking with negative rate with skeleton

Files with a skeleton, or other files with a stream that ends before the end of
the chain would start playing from the end of the chain when trying to seek with
a negative rate at a position between the end of any stream and the end of the
chain.

This is due to the loop in _do_seek() assuming that pages will be encountered
for all streams shortly after the place where we want to seek, as found by
do_binary_search().

In the first iteration of the loop, stream ends are now checked against the
time of the current page.

13 years agomultifdsink: gdp protocol is deprecated. People should use gdppay instead.
Zaheer Abbas Merali [Thu, 7 Oct 2010 17:53:35 +0000 (18:53 +0100)]
multifdsink: gdp protocol is deprecated. People should use gdppay instead.

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

From c4a8adc to 5a668bf

13 years agopbutils: rename gstdiscoverer-private.h to pbutils-private.h
Edward Hervey [Tue, 28 Sep 2010 10:17:41 +0000 (12:17 +0200)]
pbutils: rename gstdiscoverer-private.h to pbutils-private.h