platform/upstream/gstreamer.git
15 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

15 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

15 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

15 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

15 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

15 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

15 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.

15 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.

15 years agoplaybin2: Make it possible for READY->PAUSED to succeed after it failed the first...
Sebastian Dröge [Fri, 10 Jul 2009 15:08:40 +0000 (17:08 +0200)]
playbin2: Make it possible for READY->PAUSED to succeed after it failed the first time

If READY->PAUSED failed in the source element we would've swapped
the current and next group already. To allow READY->PAUSED to succeed
after the first failure we have to swap the current and next group
back again. This also ensure that we're again in the same state
as before the failed state change and not at the next group.

This was especially a problem for playbin2 pipelines that use the
new mounting support in giosrc as the source would fail for READY->PAUSED
the first time, the application mounts the location and then tries
to go READY->PAUSED again (and this time it would succeed).

Fixes bug #588078.

15 years agogio: Add example application that shows how to handle the "not-mounted" message
Sebastian Dröge [Fri, 10 Jul 2009 09:42:51 +0000 (11:42 +0200)]
gio: Add example application that shows how to handle the "not-mounted" message

15 years agogio: Remove the experimental status from the GIO plugin
Sebastian Dröge [Fri, 10 Jul 2009 09:24:57 +0000 (11:24 +0200)]
gio: Remove the experimental status from the GIO plugin

Fixes bug #510417.

15 years agogio: Add documentation for the new "not-mounted" and "file-exists" messages
Sebastian Dröge [Fri, 10 Jul 2009 09:24:05 +0000 (11:24 +0200)]
gio: Add documentation for the new "not-mounted" and "file-exists" messages

15 years agogio: Make sure that we have the correct stream position when starting
Sebastian Dröge [Thu, 9 Jul 2009 11:45:13 +0000 (13:45 +0200)]
gio: Make sure that we have the correct stream position when starting

15 years agogio: Make sure to flush the output stream if it shouldn't be closed
Sebastian Dröge [Wed, 8 Jul 2009 15:24:19 +0000 (17:24 +0200)]
gio: Make sure to flush the output stream if it shouldn't be closed

Otherwise there might still be unwritten data after the element
has stopped.

15 years agogio: Don't close the GIO streams for the giostream{src,sink} elements
Sebastian Dröge [Wed, 8 Jul 2009 15:19:29 +0000 (17:19 +0200)]
gio: Don't close the GIO streams for the giostream{src,sink} elements

This makes it possible to do something useful with the streams
after the element has stopped. Fixes bug #587896.

15 years agogio: Try to reuse the pipeline with the same stream objects
Sebastian Dröge [Wed, 8 Jul 2009 15:19:05 +0000 (17:19 +0200)]
gio: Try to reuse the pipeline with the same stream objects

15 years agogio: Improve the error message if a stream is already closed before usage
Sebastian Dröge [Wed, 8 Jul 2009 15:02:54 +0000 (17:02 +0200)]
gio: Improve the error message if a stream is already closed before usage

15 years agogio: Post a custom file-exists message on the bus if the file already exists
Sebastian Dröge [Wed, 8 Jul 2009 14:55:41 +0000 (16:55 +0200)]
gio: Post a custom file-exists message on the bus if the file already exists

An application can handle this message, remove the file in question
and restart the pipeline again without showing an error.

This fixes bug #529300.

15 years agogio: Use OPEN_READ instead of NOT_FOUND if a location is not mounted
Sebastian Dröge [Wed, 8 Jul 2009 14:54:56 +0000 (16:54 +0200)]
gio: Use OPEN_READ instead of NOT_FOUND if a location is not mounted

15 years agogio: Use OPEN_WRITE instead of OPEN_READ as error category in giosink
Sebastian Dröge [Wed, 8 Jul 2009 14:50:56 +0000 (16:50 +0200)]
gio: Use OPEN_WRITE instead of OPEN_READ as error category in giosink

15 years agogio: Post a custom "not-mounted" message on the bus
Sebastian Dröge [Wed, 8 Jul 2009 13:52:35 +0000 (15:52 +0200)]
gio: Post a custom "not-mounted" message on the bus

This allows applications to mount the GFile if possible and restart
the pipeline instead of simply giving an error.

15 years agoaudioconvert: Fix compilation when debugging is disabled
Philip Jägenstedt [Wed, 8 Jul 2009 13:08:32 +0000 (15:08 +0200)]
audioconvert: Fix compilation when debugging is disabled

Fixes bug #587980.

15 years agogio: Add vfunc for requesting the stream for the sinks too
Sebastian Dröge [Tue, 7 Jul 2009 18:23:23 +0000 (20:23 +0200)]
gio: Add vfunc for requesting the stream for the sinks too

15 years agogio: Some more random cleanup
Sebastian Dröge [Tue, 7 Jul 2009 18:21:36 +0000 (20:21 +0200)]
gio: Some more random cleanup

15 years agogio: Update my mail address and copyright
Sebastian Dröge [Tue, 7 Jul 2009 18:20:58 +0000 (20:20 +0200)]
gio: Update my mail address and copyright

15 years agogio: General clean up and simplification
Sebastian Dröge [Tue, 7 Jul 2009 18:18:00 +0000 (20:18 +0200)]
gio: General clean up and simplification

The GInputStreams are now requested by a vfunc from
the subclasses instead of relying that the subclass
sets it until it's needed.

This might also fix bug #587896.

15 years agoadder: keep sending newsegments after seeking
Stefan Kost [Mon, 6 Jul 2009 21:31:12 +0000 (22:31 +0100)]
adder: keep sending newsegments after seeking

Adder sends with timestamps from 0 upwards. After seeking we need to send
new-segments to get correct positions-queries.

15 years agoadder: make test more robust
Stefan Kost [Mon, 6 Jul 2009 19:44:00 +0000 (20:44 +0100)]
adder: make test more robust

Add audioconverts to the live-seeking test to make it negotiate.

15 years agoxvimagesink: use core performance log category
Stefan Kost [Tue, 30 Jun 2009 14:19:50 +0000 (17:19 +0300)]
xvimagesink: use core performance log category

15 years agoadder: Call set_flushing(TRUE) for flushing seeks *when* the streaming is stopped.
Edward Hervey [Sun, 5 Jul 2009 19:29:40 +0000 (21:29 +0200)]
adder: Call set_flushing(TRUE) for flushing seeks *when* the streaming is stopped.

This ensures that collectpads' cookie is properly updated so that when the streaming
threads will restart and be checking for the flushing status of all pads there will
be no inconsistent state.

15 years agopango: Call tzset() before localtime_r()
Hans-Peter Nilsson [Sun, 5 Jul 2009 16:01:38 +0000 (18:01 +0200)]
pango: Call tzset() before localtime_r()

POSIX and your local friendly ctime(3) manual entry says that localtime_r isn't
required to set the state variables that define the current timezone.  Indeed,
glibc (at least 2.9) doesn't do this for subsequent calls.  The effect is that
if the system timezone is changed for a running program between two calls to
gst_clock_overlay_render_time, it won't be noticed.  For glibc, changing the
timezone equals /etc/localtime being modified.

Fixes bug #587676.

15 years agobuild: remove spurious schroedinger reference
David Schleef [Thu, 2 Jul 2009 00:33:14 +0000 (17:33 -0700)]
build: remove spurious schroedinger reference

15 years agobasevideo: send basevideo back to remedial school
David Schleef [Wed, 1 Jul 2009 17:25:43 +0000 (10:25 -0700)]
basevideo: send basevideo back to remedial school

Move basevideo classes and schroedinger plugin to -bad.

15 years agonetaddress: add constant for max len
Wim Taymans [Wed, 1 Jul 2009 10:54:21 +0000 (12:54 +0200)]
netaddress: add constant for max len

15 years agonetbuffer: add gst_netaddress_to_string
Wim Taymans [Wed, 1 Jul 2009 10:48:38 +0000 (12:48 +0200)]
netbuffer: add gst_netaddress_to_string

Add function to serialize a net address to a string.

API: GstNetAddress::gst_netaddress_to_string()

15 years agouridecodebin: make fd:// uri use buffering too
Wim Taymans [Tue, 30 Jun 2009 16:44:44 +0000 (18:44 +0200)]
uridecodebin: make fd:// uri use buffering too

fd:// usually operate in push mode only and are thus suitable for buffering.

15 years agovolume: include "1.0=100%" in property description
Stefan Kost [Tue, 30 Jun 2009 11:46:38 +0000 (14:46 +0300)]
volume: include "1.0=100%" in property description

15 years agoplaysink: remove unused property defs
Stefan Kost [Tue, 30 Jun 2009 11:45:51 +0000 (14:45 +0300)]
playsink: remove unused property defs

15 years agomultichannel: rewrite the new doc comment a bit
Stefan Kost [Mon, 29 Jun 2009 14:11:50 +0000 (17:11 +0300)]
multichannel: rewrite the new doc comment a bit

Its part of the audio lib.

15 years agoplaysink: Avoid a segfault when the video sink fails to start
Jan Schmidt [Mon, 29 Jun 2009 13:34:02 +0000 (14:34 +0100)]
playsink: Avoid a segfault when the video sink fails to start

Don't attempt to display the subpictures and segfault when the
video sink failed to start (and hence the videochain is NULL).

15 years agoringbuffer: add vmethod to clear the ringbuffer
Wim Taymans [Mon, 29 Jun 2009 13:14:07 +0000 (15:14 +0200)]
ringbuffer: add vmethod to clear the ringbuffer

Add a vmethod so that subclasses can be notified when they should clear the data
in the ringbuffer.

15 years agoriff-media: Fix the fourcc caps property for VC-1/WMVA
Jan Schmidt [Mon, 29 Jun 2009 13:00:14 +0000 (14:00 +0100)]
riff-media: Fix the fourcc caps property for VC-1/WMVA

The caps property for carrying fourccs is 'format', not 'fourcc'

15 years agortsp: include in.h for FreeBSD compat
Wim Taymans [Mon, 29 Jun 2009 10:20:52 +0000 (12:20 +0200)]
rtsp: include in.h for FreeBSD compat

Fixes #586920

15 years agodefs: add defs for new appsink buffer-list method
Wim Taymans [Mon, 29 Jun 2009 10:20:20 +0000 (12:20 +0200)]
defs: add defs for new appsink buffer-list method

15 years agoappsink: add docs and signals
Wim Taymans [Mon, 29 Jun 2009 10:14:43 +0000 (12:14 +0200)]
appsink: add docs and signals

Add docs for the new callback.
Add signals for the new buffer-list support.

15 years agoAdded unit tests for buffer list support in appsink.
Branko Subasic [Mon, 29 Jun 2009 08:24:36 +0000 (10:24 +0200)]
Added unit tests for buffer list support in appsink.

15 years agoAdded buffer list support.
Branko Subasic [Wed, 17 Jun 2009 09:12:08 +0000 (11:12 +0200)]
Added buffer list support.

15 years agoAdded buffer list support.
Branko Subasic [Wed, 17 Jun 2009 07:23:11 +0000 (09:23 +0200)]
Added buffer list support.

15 years agosdp: Include winsock2.h after defining WINVER.
Peter Kjellerstedt [Mon, 29 Jun 2009 07:36:27 +0000 (09:36 +0200)]
sdp: Include winsock2.h after defining WINVER.

Similar to bug #587080.

15 years agortsp: Moved a comment.
Peter Kjellerstedt [Mon, 29 Jun 2009 07:31:40 +0000 (09:31 +0200)]
rtsp: Moved a comment.

15 years agodocs: add basic section docs for multichannel and relocate the ones for audio
Stefan Kost [Sat, 27 Jun 2009 20:23:02 +0000 (23:23 +0300)]
docs: add basic section docs for multichannel and relocate the ones for audio

Add section docs for multichannel, so that it has a short desc in the toc too.
Move the section docs in adio up, so that the follow the copyright like
elsewhere.

15 years agov4l: open/close device in ready.
Stefan Kost [Fri, 26 Jun 2009 18:11:45 +0000 (21:11 +0300)]
v4l: open/close device in ready.

Simillar change like in v4l2src. This allows probing feature in paused, where
streaming is noit yet started.

15 years agoplaybin2: fix initial volume handling also when reusing the element
René Stadler [Wed, 10 Jun 2009 14:05:22 +0000 (17:05 +0300)]
playbin2: fix initial volume handling also when reusing the element

This is a follow-up to commit 452988, making it work correctly when the audio
chain is reused.

15 years agoDefine WINVER before including any win headers
Руслан Ижбулатов [Fri, 26 Jun 2009 17:48:58 +0000 (21:48 +0400)]
Define WINVER before including any win headers

Fixes bug #587080.

15 years agoriff: prevent crash if rounded up tag size exceeds data size
René Stadler [Fri, 26 Jun 2009 21:50:54 +0000 (00:50 +0300)]
riff: prevent crash if rounded up tag size exceeds data size

When rounding up `tsize' exceeds the remaining buffer size, `size' underflows
and an invalid read past the buffer data follows.

15 years agobasevideocodec: By default don't allow caps changes on the srcpad
Sebastian Dröge [Fri, 26 Jun 2009 13:17:21 +0000 (15:17 +0200)]
basevideocodec: By default don't allow caps changes on the srcpad

This fixed playback of Dirac files with schrodec when upstream wants
a different width/height, basevideocodec accepts this and then
pushes buffers with new caps but content of the old caps.
In the best case this will just result in wrong unit size and a
failure in basestransform elements.

15 years agoautogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]
Jan Schmidt [Fri, 26 Jun 2009 13:11:21 +0000 (14:11 +0100)]
autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]

Check for more automake command variants. Use printf instead of 'echo -n'
for portability

15 years agoAutomatic update of common submodule
Jan Schmidt [Fri, 26 Jun 2009 12:41:38 +0000 (13:41 +0100)]
Automatic update of common submodule

From f810030 to 5845b63

15 years agoscreenshot: don't leak message
Stefan Kost [Fri, 26 Jun 2009 10:14:02 +0000 (13:14 +0300)]
screenshot: don't leak message

15 years agotypefinding: lower the h264 typefinder's probability
Tim-Philipp Müller [Thu, 25 Jun 2009 11:04:59 +0000 (12:04 +0100)]
typefinding: lower the h264 typefinder's probability

A NEARLY_CERTAIN is absolutely not warranted given the kind
of things it checks for. Even a LIKELY is probably not entirely
appropriate.

15 years agoAutomatic update of common submodule
Jan Schmidt [Wed, 24 Jun 2009 14:13:56 +0000 (15:13 +0100)]
Automatic update of common submodule

From f3bb51b to f810030

15 years agopbutils: add description for multipart
Tim-Philipp Müller [Wed, 24 Jun 2009 08:48:41 +0000 (09:48 +0100)]
pbutils: add description for multipart

So we get slightly nicer error messages when multipartdemux is missing.

15 years agoadder: only unflush when we flushed before
Wim Taymans [Tue, 23 Jun 2009 16:07:31 +0000 (18:07 +0200)]
adder: only unflush when we flushed before

Ass suggested by Stefan Kost:
Keep track of when the sinkpad was set to flushing and unflush the pad when an
upstream flushing seek failed.

15 years agouridecodebin: fix leak when the source fails to change state
Tim-Philipp Müller [Tue, 23 Jun 2009 14:10:37 +0000 (15:10 +0100)]
uridecodebin: fix leak when the source fails to change state

15 years agossaparse: avoid leaking all buffers
Wim Taymans [Tue, 23 Jun 2009 10:40:56 +0000 (12:40 +0200)]
ssaparse: avoid leaking all buffers

15 years agoadder: test seek handling in adder
Stefan Kost [Mon, 22 Jun 2009 19:18:03 +0000 (22:18 +0300)]
adder: test seek handling in adder

This tests seeking on an adder that has a normal and a live source connected.
Wheter the current behavior is the desired one needs to be discussed still
(see #586033)