- May 10, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- May 08, 2009
-
-
Jan Schmidt authored
-
Wim Taymans authored
Don't ignore the state change of the children, they might be doing an ASYNC state change.
-
Jan Schmidt authored
-
- May 07, 2009
-
-
Wim Taymans authored
The second parameter is a GstSyncMethod enum, not a boolean.
-
Wim Taymans authored
-
Wim Taymans authored
Make playsink go async to the PAUSED state instead of relying on uridecodebin for async behaviour in playbin. This solves some problems (mainly with DVD) where the pipeline would go to PLAYING before preroll completed, failing to select the audiosink clock. Fixes #581727
-
- May 06, 2009
-
-
Jan Schmidt authored
-
Zaheer Abbas Merali authored
With vorbisenc, compute the granulepos with running time and clip incoming buffers to segment. With theoraenc, drop out of segment buffers.
-
- May 01, 2009
-
-
Jan Schmidt authored
When calculating the input/output buffer sizes in the transform_size function, take the number of channels into account, so we don't end up calculating a buffer size that only contains a partial number of audio frames. Also, when going from output size to input size, round down rather than up, so as to calculate the minimum number of samples that *might* yield a buffer of the intended destination size. Fixes: #580470 and #580952
-
- Apr 29, 2009
-
-
Jan Schmidt authored
Add the start position of the first segment to the running time used to generate buffer timestamps in vorbisenc. This avoids generating buffers which fall outside the initial segment. The element segment handling requires more extensive fixing, but this at least prevents regressions. Fixes: #580020
-
Andy Wingo authored
This reverts commit c4074a2e.
-
Andy Wingo authored
This reverts commit 416ce16f.
-
- Apr 28, 2009
-
-
Andy Wingo authored
* gst-libs/gst/audio/gstbaseaudiosink.c: Add documentation for can-activate-pull.
-
Andy Wingo authored
* gst-libs/gst/audio/gstbaseaudiosink.c: Add can-activate-pull property to baseaudiosink.
-
Wim Taymans authored
When videorate duplicates a buffer with a DISCONT flag, it copies the discont on the first pushed buffer but fails to clear it for subsequent buffers. This causes theoraenc!oggmux and possibly other elements to consider this a discont stream. Fix videorate to produce discont as the first buffer and after a flushing seek. Fixes #580271.
-
- Apr 24, 2009
-
-
Jan Schmidt authored
Disable the test, as per the discussion in #580120. Needs re-enabling after the release, when playbin2 is fixed.
-
- Apr 23, 2009
-
-
Edward Hervey authored
The 2s limit is way too small for a lot of files (which have an interleave in time of between 3 and 5s). Instead, leave it to the initial 5s value and reduce the other limits (allowing us to stay memory-efficient).
-
- Apr 21, 2009
-
-
Jan Schmidt authored
-
Fixes: #579668
-
Jan Schmidt authored
From b3941ea to 6ab11d1
-
Wim Taymans authored
First check the pad caps if they are raw before setting the raw_decoding_mode to TRUE. Fixes playback of transport streams and other streams that require large queues. Fixes #579734
-
- Apr 19, 2009
-
-
Tim-Philipp Müller authored
Don't use REPLACE_ALL merge mode when that's not really what we want, as now that REPLACE_ALL actually does what it's supposed to do in core, we drop tags we wanted to keep, such as the various disc id tags. Add unit test for this as well. Fixes #579463.
-
- Apr 17, 2009
-
-
Tim-Philipp Müller authored
Fixes #579267.
-
Wim Taymans authored
when going to NULL, don't unparent the ringbuffer because we don't support going back to 0 very well yet. Fixes #579203
-
Olivier Crete authored
We can't meaningfully assert on valid packet types so just return the type as it is. Update the comments to reflect this. Fixes #579192.
-
- Apr 16, 2009
-
-
Wim Taymans authored
Add trivial cast macros for appsrc and appsink. Mark them as being since 0.10.23 and add the macros to the standard macros in the docs. Fixes #579130
-
Wim Taymans authored
Add the appsrc/appsink directory to the Libs in the uninstalled pkgconfig file so that one can build against it. Fixes #579129
-
- Apr 15, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
Don't try and use a random file in wim's home directory as a test input
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 14, 2009
-
-
Tim-Philipp Müller authored
-
Stefan Kost authored
-
Josep Torra authored
Add missing headers related to Windows Media RTSP extension. Fixes #578942
-