platform/upstream/gstreamer.git
14 years agoext: Remove dead assignments and resulting unused variables.
Edward Hervey [Sat, 8 Aug 2009 13:54:41 +0000 (15:54 +0200)]
ext: Remove dead assignments and resulting unused variables.

14 years agogst: Remove dead assignments and resulting unused variables
Edward Hervey [Sat, 8 Aug 2009 13:54:02 +0000 (15:54 +0200)]
gst: Remove dead assignments and resulting unused variables

14 years agodocs: add draft for generic introduction of video acceleration APIs idea
Josep Torra [Fri, 7 Aug 2009 11:05:42 +0000 (13:05 +0200)]
docs: add draft for generic introduction of video acceleration APIs idea

14 years agoRevert "theora: Convert theoradec to libtheora 1.0 API"
Tim-Philipp Müller [Fri, 7 Aug 2009 07:53:44 +0000 (08:53 +0100)]
Revert "theora: Convert theoradec to libtheora 1.0 API"

This reverts commit f1e142ac9dcfb754d85357b9077d5aee48559dd9.

Temporarily revert until we have a workaround for debian/ubuntu
packaging failure (see http://bugs.debian.org/528710).

14 years agotypefindfunctions: Add typefinders for many game sound console formats supported...
Sebastian Dröge [Fri, 7 Aug 2009 07:32:00 +0000 (09:32 +0200)]
typefindfunctions: Add typefinders for many game sound console formats supported by gme

These are AY, GBS, GYM, KSS, SAP and VGM. SPC and NSF already had typefinders.

14 years agooggmux: fix warning when we're not linked downstream and error out properly
Tim-Philipp Müller [Thu, 16 Jul 2009 10:29:20 +0000 (11:29 +0100)]
oggmux: fix warning when we're not linked downstream and error out properly

Fix caps warning when there's no element linked downstream, and pass
not-linked flow return value correctly up the chain, so we error out
correctly. Fixes #588717.

14 years agotheora: Convert theoradec to libtheora 1.0 API
David Schleef [Fri, 31 Jul 2009 21:59:03 +0000 (14:59 -0700)]
theora: Convert theoradec to libtheora 1.0 API

14 years agotextrender: Fix blitting of text over the output buffer and cairo painting
Sebastian Dröge [Thu, 6 Aug 2009 18:47:33 +0000 (20:47 +0200)]
textrender: Fix blitting of text over the output buffer and cairo painting

14 years agotextrender: Fix endianness problems (i.e. make it work again on big endian architectures)
Sebastian Dröge [Thu, 6 Aug 2009 07:13:14 +0000 (09:13 +0200)]
textrender: Fix endianness problems (i.e. make it work again on big endian architectures)

14 years agocolorkey-test: fix xsync error
Stefan Kost [Fri, 31 Jul 2009 11:27:28 +0000 (14:27 +0300)]
colorkey-test: fix xsync error

14 years agoffmpegcolorspace: support for direct conversion from uyvy422 to rgb formats
Siarhei Siamashka [Mon, 6 Jul 2009 20:06:50 +0000 (23:06 +0300)]
ffmpegcolorspace: support for direct conversion from uyvy422 to rgb formats

14 years agoplaybin2: smarter sink selection. Fixes #588523
Stefan Kost [Tue, 14 Jul 2009 09:33:29 +0000 (12:33 +0300)]
playbin2: smarter sink selection. Fixes #588523

Don't do fallbacks if application specified a sink element. When doing the
fallback use configured default elements instead of hardcoded linux only
elements. Improve error messages accordingly.

14 years agoqueue2: post error message when pausing task if so appropriate
Mark Nauwelaerts [Thu, 6 Aug 2009 10:18:36 +0000 (12:18 +0200)]
queue2: post error message when pausing task if so appropriate

If a downstream element returns an error while upstream has already
put all data into queue2 (including EOS), upstream will no longer
chain into queue2, so it is up to queue2 to perform some
EOS handling / message posting in such cases.  See #589991.

14 years agobaseaudiosrc: change default slave method
Wim Taymans [Thu, 6 Aug 2009 10:58:58 +0000 (12:58 +0200)]
baseaudiosrc: change default slave method

Set the default slave method to the much better skew slaving algortihm.

14 years agotextoverlay: make buffer writable
Wim Taymans [Thu, 6 Aug 2009 10:01:10 +0000 (12:01 +0200)]
textoverlay: make buffer writable

Make the input buffer writable before changing its contents.

14 years agotypefinding: fix postscript typefinder probability
Tim-Philipp Müller [Thu, 6 Aug 2009 08:55:42 +0000 (09:55 +0100)]
typefinding: fix postscript typefinder probability

Two bytes for a rare format hardly warrants MAXIMUM typefinding
probability, POSSIBLE seems more appropriate.

14 years agopango: Send queries from the srcpad directly to the video sinkpad
Sebastian Dröge [Tue, 4 Aug 2009 12:55:06 +0000 (14:55 +0200)]
pango: Send queries from the srcpad directly to the video sinkpad

14 years agosubparse: Implement POSITION query
Sebastian Dröge [Tue, 4 Aug 2009 12:32:51 +0000 (14:32 +0200)]
subparse: Implement POSITION query

14 years agosubparse: Implement SEEKING query
Sebastian Dröge [Tue, 4 Aug 2009 12:29:41 +0000 (14:29 +0200)]
subparse: Implement SEEKING query

14 years agotag: Add support for ALBUM_ARTIST tag in vorbiscomments and ID3v2 tags
John Millikin [Tue, 4 Aug 2009 12:14:53 +0000 (14:14 +0200)]
tag: Add support for ALBUM_ARTIST tag in vorbiscomments and ID3v2 tags

Require latest core for this.

Fixes bug #590430.

14 years agopango: Add support for xRGB and BGRx formats
Sebastian Dröge [Tue, 4 Aug 2009 10:46:57 +0000 (12:46 +0200)]
pango: Add support for xRGB and BGRx formats

14 years agopango: Fix endianness issues from the pangocairo switch
Sebastian Dröge [Tue, 4 Aug 2009 10:22:14 +0000 (12:22 +0200)]
pango: Fix endianness issues from the pangocairo switch

cairo's ARGB is in native endianness, i.e. ARGB on big endian architectures
and BGRA on little endian architectures.

14 years agopango: Re-add shading support which was dropped by a previous patch
Sebastian Dröge [Tue, 4 Aug 2009 10:11:00 +0000 (12:11 +0200)]
pango: Re-add shading support which was dropped by a previous patch

14 years agopango: Check if pangocairo supports vertical rendering and fix properties
Sebastian Dröge [Tue, 4 Aug 2009 09:58:45 +0000 (11:58 +0200)]
pango: Check if pangocairo supports vertical rendering and fix properties

14 years agotextrender: Use PROP_X instead of ARG_X consistently
Sebastian Dröge [Tue, 4 Aug 2009 09:45:01 +0000 (11:45 +0200)]
textrender: Use PROP_X instead of ARG_X consistently

14 years agopango: Some minor cleanup
Sebastian Dröge [Tue, 4 Aug 2009 09:42:28 +0000 (11:42 +0200)]
pango: Some minor cleanup

14 years agopango: Check for pangocairo instead of pangoft2
Sebastian Dröge [Tue, 4 Aug 2009 09:36:58 +0000 (11:36 +0200)]
pango: Check for pangocairo instead of pangoft2

14 years agopango: Use pango-cairo instead of pango-ft2
Young-Ho Cha [Tue, 4 Aug 2009 09:35:10 +0000 (11:35 +0200)]
pango: Use pango-cairo instead of pango-ft2

pango-cairo will always use the native font rendering backend
of the platform and provides better results.

Fixes bug #340887.

14 years agotypefindfunctions: Add SVG typefinder
Sebastian Dröge [Tue, 4 Aug 2009 08:35:34 +0000 (10:35 +0200)]
typefindfunctions: Add SVG typefinder

14 years agotypefindfunctions: Add postscript typefinder
Sebastian Dröge [Tue, 4 Aug 2009 08:29:48 +0000 (10:29 +0200)]
typefindfunctions: Add postscript typefinder

14 years agotypefindfunctions: Use static caps again for MPEG4 typefinding
Sebastian Dröge [Thu, 30 Jul 2009 13:08:35 +0000 (15:08 +0200)]
typefindfunctions: Use static caps again for MPEG4 typefinding

14 years agotypefindfunctions: Implement better & more flexible MPEG4 typefinding
Arnout Vandecappelle [Thu, 30 Jul 2009 13:05:28 +0000 (15:05 +0200)]
typefindfunctions: Implement better & more flexible MPEG4 typefinding

This detects more MPEG4 streams as MPEG4.

Fixes bug #556537.

14 years agocddabasesrc: Allow to specify the device name in the URI
Sebastian Dröge [Thu, 30 Jul 2009 12:04:30 +0000 (14:04 +0200)]
cddabasesrc: Allow to specify the device name in the URI

The allowed URI scheme is now:
cdda://(device#)?track

Also allow every combination of uppercase and lowercase
characters for the protocol part.

Fixes bug #321532.

14 years agovideoscale: Restrict width/height to 2^15 - 1
Sebastian Dröge [Thu, 30 Jul 2009 10:37:07 +0000 (12:37 +0200)]
videoscale: Restrict width/height to 2^15 - 1

Otherwise integer overflows will happen, resulting in segmentation faults.

Fixes bug #590243.

14 years agoffmpegcolorspace: Fix indention of template header
Sebastian Dröge [Wed, 29 Jul 2009 12:55:04 +0000 (14:55 +0200)]
ffmpegcolorspace: Fix indention of template header

14 years agoappsrc: Clarify documentation about caps and linkage
Philip Jägenstedt [Wed, 29 Jul 2009 12:10:35 +0000 (14:10 +0200)]
appsrc: Clarify documentation about caps and linkage

Fixes bug #589095.

14 years agotypefindfunctions: Fix typefinding of SDP files
Benjamin Gaignard [Wed, 29 Jul 2009 05:42:05 +0000 (07:42 +0200)]
typefindfunctions: Fix typefinding of SDP files

Fixes bug #589574.

14 years agoaudioresample: Take the output offsets from the input if possible
Kipp Cannon [Tue, 28 Jul 2009 18:50:06 +0000 (20:50 +0200)]
audioresample: Take the output offsets from the input if possible

Fixes bug #588915.

14 years agovideoscale: Make sure to allocate enough memory for the temporary buffer
Sebastian Dröge [Tue, 28 Jul 2009 13:54:14 +0000 (15:54 +0200)]
videoscale: Make sure to allocate enough memory for the temporary buffer

and fix scaling of odd-height interlaced video.

14 years agovideoscale: Fix interlaced scaling for I420
Sebastian Dröge [Tue, 28 Jul 2009 13:18:56 +0000 (15:18 +0200)]
videoscale: Fix interlaced scaling for I420

...and some other minor mistakes in the previous change.

14 years agoffmpegcolorspace: Include interlacing information in the AVPicture
Sebastian Dröge [Tue, 28 Jul 2009 12:12:31 +0000 (14:12 +0200)]
ffmpegcolorspace: Include interlacing information in the AVPicture

This later allows to handle interlaced AVPicture different than
progressive ones which is needed for horizontally subsampled YUV
formats, see bug #589242.

14 years agovideoscale: Add support for interlaced content
Sebastian Dröge [Tue, 28 Jul 2009 11:55:30 +0000 (13:55 +0200)]
videoscale: Add support for interlaced content

videoscale is not mixing content of two seperate fields anymore
and does scaling on every field separately.

Fixes bug #588761.

14 years agoback to development -> 0.10.24.1
Jan Schmidt [Thu, 6 Aug 2009 00:44:24 +0000 (01:44 +0100)]
back to development -> 0.10.24.1

14 years agoAdd 0.10.24 release to the doap file
Jan Schmidt [Wed, 5 Aug 2009 01:03:44 +0000 (02:03 +0100)]
Add 0.10.24 release to the doap file

14 years agoRelease 0.10.24
Jan Schmidt [Tue, 4 Aug 2009 23:56:58 +0000 (00:56 +0100)]
Release 0.10.24

14 years agoUpdate .po files
Jan Schmidt [Tue, 4 Aug 2009 23:38:40 +0000 (00:38 +0100)]
Update .po files

14 years agotypefinding: fix detection of fLaC id packet in broken flac-in-ogg
Tim-Philipp Müller [Sat, 1 Aug 2009 16:26:23 +0000 (17:26 +0100)]
typefinding: fix detection of fLaC id packet in broken flac-in-ogg

There are flac-in-ogg files without the usual flac packet framing
and these files just have a 4-byte fLaC ID packet as first packet.
We need to recognise the type just from these four bytes if we
want oggdemux to recognise these streams correctly.

14 years ago0.10.24.5 pre-release
Jan Schmidt [Thu, 30 Jul 2009 13:40:50 +0000 (14:40 +0100)]
0.10.24.5 pre-release

14 years agoaudiofilter: Don't assert on slightly different caps
Olivier Crête [Wed, 29 Jul 2009 18:15:53 +0000 (14:15 -0400)]
audiofilter: Don't assert on slightly different caps

Plugins should not assert on incompatible caps, caps negotiation will
fail anyway.

14 years agoadder: reset pending flush-stop flag in state_changed. (mostly) Fixes #590146.
Stefan Kost [Thu, 30 Jul 2009 10:42:21 +0000 (13:42 +0300)]
adder: reset pending flush-stop flag in state_changed. (mostly) Fixes #590146.

14 years agoconfigure: bump Gtk+ requirement of GUI examples from 2.12 to 2.14
Tim-Philipp Müller [Thu, 30 Jul 2009 08:28:20 +0000 (09:28 +0100)]
configure: bump Gtk+ requirement of GUI examples from 2.12 to 2.14

The gio mount example needs GtkMountOperation, which is new in 2.14.

14 years agoalsasrc: set alsasrc->handle back to NULL when closing device
Balachandran C [Mon, 27 Jul 2009 09:29:27 +0000 (10:29 +0100)]
alsasrc: set alsasrc->handle back to NULL when closing device

Fixes crashes in gst_alsa_find_device_name() when probing or
reading the device-name property (e.g. when doing a dot-file
dump). Fixes #589797.

14 years agoplaybin: rename GType of stream selector pad to avoid clash with input-selector from...
Tim-Philipp Müller [Fri, 24 Jul 2009 18:26:40 +0000 (19:26 +0100)]
playbin: rename GType of stream selector pad to avoid clash with input-selector from -bad

Rename the GType of the pads of playbin's internal stream selector
element so they don't use the same type name as input-selector's
pads. Fixes #589622.

14 years ago0.10.23.4 pre-release
Jan Schmidt [Fri, 24 Jul 2009 12:39:55 +0000 (13:39 +0100)]
0.10.23.4 pre-release

14 years agoignores: Ignore v4l probing example binary
Jan Schmidt [Fri, 24 Jul 2009 12:46:15 +0000 (13:46 +0100)]
ignores: Ignore v4l probing example binary

14 years agotypefind: recognise Kate spu subtitles as well
Tim-Philipp Müller [Fri, 24 Jul 2009 08:35:38 +0000 (09:35 +0100)]
typefind: recognise Kate spu subtitles as well

Recognise spu-subtitles, SUB and K-SPU as valid categories for
Kate subtitles as well.

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 23 Jul 2009 21:42:16 +0000 (00:42 +0300)]
Automatic update of common submodule

From fedaaee to 94f95e3

14 years agoUpdate spec file with latest changes
Christian Schaller [Wed, 22 Jul 2009 13:21:43 +0000 (14:21 +0100)]
Update spec file with latest changes

14 years ago0.10.23.3 pre-release
Jan Schmidt [Mon, 20 Jul 2009 16:28:20 +0000 (17:28 +0100)]
0.10.23.3 pre-release

14 years agoaudiotestsrc: call send_event directly
Wim Taymans [Mon, 20 Jul 2009 10:51:30 +0000 (12:51 +0200)]
audiotestsrc: call send_event directly

We can't call gst_element_send_event() from a streaming thread as it gets the
state lock. Instead call the send_event method directly until we have a nice API
for this in basesrc.

Fixes #588746

14 years agoaudiosink: Add stream-status messages
Olivier Crête [Fri, 3 Jul 2009 08:42:24 +0000 (04:42 -0400)]
audiosink: Add stream-status messages

Fixes #587695

14 years agoaudiosrc: Add stream-status messages
Olivier Crête [Fri, 3 Jul 2009 08:41:05 +0000 (04:41 -0400)]
audiosrc: Add stream-status messages

See #587695

14 years agogstadder: Don't forget to free pending events on flush/dispose.
Edward Hervey [Mon, 20 Jul 2009 08:53:11 +0000 (10:53 +0200)]
gstadder: Don't forget to free pending events on flush/dispose.

Fixes #588747

14 years agotests/adder: Add stream consistency checking. Fixes #588748
Edward Hervey [Sun, 12 Jul 2009 08:08:12 +0000 (10:08 +0200)]
tests/adder: Add stream consistency checking. Fixes #588748

14 years agoaudiotestsrc: Make sure tags are properly serialized. Fixes #588746
Edward Hervey [Sun, 12 Jul 2009 08:07:34 +0000 (10:07 +0200)]
audiotestsrc: Make sure tags are properly serialized. Fixes #588746

We do this by letting the basesrc base class handle the tags.

14 years agoadder: Collect incoming tag events and send them after newsegment. Fixes #588747
Edward Hervey [Mon, 13 Jul 2009 07:28:54 +0000 (09:28 +0200)]
adder: Collect incoming tag events and send them after newsegment. Fixes #588747

15 years agovorbisdec: Check for empty tag strings. Fixes #588724
Edward Hervey [Thu, 16 Jul 2009 07:32:46 +0000 (09:32 +0200)]
vorbisdec: Check for empty tag strings. Fixes #588724

15 years agoqueue2: fix leak and improve buffering
Wim Taymans [Tue, 14 Jul 2009 15:03:35 +0000 (17:03 +0200)]
queue2: fix leak and improve buffering

Keep track of the max requested position and compare this to the write position
in the temp file to get the current amount of buffered data.
Fix memleak of all incomming buffers.

Fixes #588551

15 years agoplaybin2: use private copy of input-selector
Tim-Philipp Müller [Wed, 15 Jul 2009 16:40:14 +0000 (17:40 +0100)]
playbin2: use private copy of input-selector

We shouldn't really depend on elements from -bad for stream
selection in playbin2, so use a private copy of input-selector
until the selector plugin is ready to be moved to -base or -good.
Fixes #586356.

15 years agoplayback: add private copy of the input-selector from gst-plugins-bad
Tim-Philipp Müller [Wed, 15 Jul 2009 16:26:32 +0000 (17:26 +0100)]
playback: add private copy of the input-selector from gst-plugins-bad

Not hooked up yet though. See #586356.

15 years agoexamples: fix v4l probe example build
Filippo Argiolas [Tue, 14 Jul 2009 17:00:36 +0000 (19:00 +0200)]
examples: fix v4l probe example build

Fixes bug #588550.

15 years ago0.10.23.2 pre-release
Jan Schmidt [Tue, 14 Jul 2009 18:00:10 +0000 (19:00 +0100)]
0.10.23.2 pre-release

15 years agoAdd Turkish translations
Jan Schmidt [Tue, 14 Jul 2009 15:24:10 +0000 (16:24 +0100)]
Add Turkish translations

15 years agoadder: One more attempt to fix the adder test
Jan Schmidt [Tue, 14 Jul 2009 14:31:13 +0000 (15:31 +0100)]
adder: One more attempt to fix the adder test

Give up and discard and recreate the alsasrc after checking it can
be opened, due to some strange crash inside alsa when we don't.

15 years agoadder: Perform get_state() in the unit test
Jan Schmidt [Tue, 14 Jul 2009 14:06:41 +0000 (15:06 +0100)]
adder: Perform get_state() in the unit test

Wait for the alsasrc to return to NULL after setting it to PAUSED for
testing, otherwise it leads to segfaults later on.

15 years agoadder: Don't fail when alsasrc is unavailable
Jan Schmidt [Tue, 14 Jul 2009 13:39:32 +0000 (14:39 +0100)]
adder: Don't fail when alsasrc is unavailable

Make the liveadder test succeed silently when it can't be completed
either because alsasrc is unavailable, or because the device is
inaccessible.

15 years agotypefinding: use subtitle/x-kate for Kate subtitle streams and application/x-kate...
Tim-Philipp Müller [Mon, 13 Jul 2009 21:51:48 +0000 (22:51 +0100)]
typefinding: use subtitle/x-kate for Kate subtitle streams and application/x-kate for the rest

Differentiate subtitle streams and lyrics/cracktastic/complex streams via
the category string in the headers. This seems like a useful distinction
to make, and also seems more future-proof. See #525743.

15 years agooggmux: add Kate caps to the list of accepted types
Vincent Penquerc'h [Sat, 21 Feb 2009 13:18:10 +0000 (13:18 +0000)]
oggmux: add Kate caps to the list of accepted types

See #525743.

15 years agouridecodebin: treat uri-schemas incasesensitive
Stefan Kost [Mon, 13 Jul 2009 18:56:46 +0000 (21:56 +0300)]
uridecodebin: treat uri-schemas incasesensitive

Treat uri-schemas incasesensitive. This is mandated in rfc2396 section 3.1.
Fixes not showing buffering messages e.g. for HTTP://...

15 years agonavigation: simplify docs
Stefan Kost [Mon, 13 Jul 2009 18:54:47 +0000 (21:54 +0300)]
navigation: simplify docs

Make short-desc short - its used in the toc. Strip uneeded markup.

15 years agowin32: Fix exports
Jan Schmidt [Mon, 13 Jul 2009 17:31:15 +0000 (18:31 +0100)]
win32: Fix exports

Remove methods from video base classes that have moved to -bad.
Add gst_netaddress_to_string

15 years agoignores: ignore the giosrc-mounting example binary
Jan Schmidt [Mon, 13 Jul 2009 16:56:58 +0000 (17:56 +0100)]
ignores: ignore the giosrc-mounting example binary

15 years agonavigation: Add some partial documentation
Jan Schmidt [Mon, 13 Jul 2009 16:54:40 +0000 (17:54 +0100)]
navigation: Add some partial documentation

Add a general documentation blurb for the GstNavigation functionality.
Still lacks some example code and detail on how to implement it.

15 years agopbutils: add description for Siren codec and make two descriptions non-translatable
Tim-Philipp Müller [Mon, 13 Jul 2009 16:52:39 +0000 (17:52 +0100)]
pbutils: add description for Siren codec and make two descriptions non-translatable

15 years agoAutomatic update of common submodule
Olivier Crête [Mon, 13 Jul 2009 16:23:20 +0000 (12:23 -0400)]
Automatic update of common submodule

From 5845b63 to fedaaee

15 years agoriff: add siren to the RIFF parser
Elliott Sales de Andrade [Mon, 13 Jul 2009 16:21:49 +0000 (18:21 +0200)]
riff: add siren to the RIFF parser

Add siren7 caps to the RIFF parser.

15 years agov4lsrc: add a simple test case for device probing
Filippo Argiolas [Mon, 13 Jul 2009 12:55:59 +0000 (14:55 +0200)]
v4lsrc: add a simple test case for device probing

15 years agov4lsrc: optional support for device probing with gudev
Filippo Argiolas [Fri, 3 Jul 2009 09:38:01 +0000 (11:38 +0200)]
v4lsrc: optional support for device probing with gudev

Enumerate v4l devices using gudev if available.

Fixes bug #583640.

15 years agoadder: add since tags to docs
Stefan Kost [Fri, 10 Jul 2009 22:24:36 +0000 (23:24 +0100)]
adder: add since tags to docs

15 years agoseek: don't automatically start pipeline in DB
Wim Taymans [Fri, 10 Jul 2009 20:29:51 +0000 (21:29 +0100)]
seek: don't automatically start pipeline in DB

Keep the pipeline paused when we detect download buffering. The user has to
manually start the pipeline for now because we can't estimate when the buffering
will finish or when we have underrun.

15 years agoqueue2: flush differently, avoiding deadlocks
Wim Taymans [Fri, 10 Jul 2009 20:01:39 +0000 (21:01 +0100)]
queue2: flush differently, avoiding deadlocks

Don't flush the file by closing and opening it but instead use g_freopen. This
avoids a deadlock in shutdown because we emit the temp-location property change
with the wrong lock held.

15 years agoseek: add a checkbox for progressive download
Wim Taymans [Fri, 10 Jul 2009 19:25:43 +0000 (20:25 +0100)]
seek: add a checkbox for progressive download

15 years agouridecodebin: Fix template construction
Wim Taymans [Fri, 10 Jul 2009 19:24:14 +0000 (20:24 +0100)]
uridecodebin: Fix template construction

Fix the construction of the temporary filename construction as the application
name can be NULL and we don't want a separator between the prgname and the
template.

15 years agoplaybin2: add support for progressive download
Wim Taymans [Fri, 10 Jul 2009 19:04:33 +0000 (20:04 +0100)]
playbin2: add support for progressive download

Add a new playbin2 flag (initially disabled) to enable progressive download
buffering in uridecodebin.

15 years agouridecodebin: add download property
Wim Taymans [Fri, 10 Jul 2009 18:59:30 +0000 (19:59 +0100)]
uridecodebin: add download property

Add a download property that will attempt to configure queue2 into progressive
download buffering.
Make sure we only enable download buffering for quicktime and flv formats.

15 years agoqueue2: add temp-template property
Wim Taymans [Fri, 10 Jul 2009 18:49:46 +0000 (19:49 +0100)]
queue2: add temp-template property

Add a new temp-template property so that queue2 can securely allocate a
temporary filename. Deprecate the temp-location property for setting the
location but still use it to notify the allocated temp file.

15 years agoadder: add a caps-property to avoid to need to plug a capsfilter afterwards
Stefan Kost [Fri, 10 Jul 2009 19:06:28 +0000 (20:06 +0100)]
adder: add a caps-property to avoid to need to plug a capsfilter afterwards

Adder can only handle one common format accross the pads. Thus one needed to add
a capsfilter afterwards and manage the caps. Now one can simply set the caps on
the property.

15 years agoadder: skip live-seek text if we have no audiosrc, add new test
Stefan Kost [Fri, 10 Jul 2009 17:59:05 +0000 (18:59 +0100)]
adder: skip live-seek text if we have no audiosrc, add new test

The seek-test needs a real audiosrc. Also add a test that checks that adder is
reusable. Finaly handle warnings as warnings to fix a assertion.

15 years agogio: Also post a "not-mounted" message from giosink
Sebastian Dröge [Fri, 10 Jul 2009 17:16:35 +0000 (19:16 +0200)]
gio: Also post a "not-mounted" message from giosink

15 years agogio: Remove workaround for playbin2 bug in the sample application
Sebastian Dröge [Fri, 10 Jul 2009 15:15:48 +0000 (17:15 +0200)]
gio: Remove workaround for playbin2 bug in the sample application

The playbin2 bug was #588078.