- 07 Feb, 2009 3 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
David Schleef authored
stps atoms contain "partial sync" information, which means that it's a sync point where pts != dts. This is needed to properly handle MPEG2, H.264, Dirac, etc., in quicktime.
-
- 05 Feb, 2009 4 commits
-
-
Michael Smith authored
If our read callback ran out of data, so had to abort reading, we return GST_FLOW_ERROR instead of going into an infinite loop.
-
Michael Smith authored
Remove non-embedded mode. Embed mode becomes default and only mode. embed property is retained for binary compatibility. Added autorelease pools around all objc functions that might be called from a non-main thread.
-
Thomas Vander Stichele authored
-
Michael Smith authored
Ensure we create the ringbuffer segment size as a multiple of the bytes per sample (fixes 6-channel output). Reset the segoffset when acquiring the ringbuffer, so we don't retain a bogus offset when caps change.
-
- 04 Feb, 2009 2 commits
-
-
Wim Taymans authored
Keep track of the state of the connection and don't try to send TEARDOWN when the server has closed the connection.
-
Robin Stocker authored
Not all Matroska files have a Tags element which contains information about the title among other things. Most video Matroska files only contain the Title element so we should parse this too. Fixes bug #570435.
-
- 03 Feb, 2009 4 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
Cast the new value for the "delay" property to GstClockTime. Integers without type are passed to vararg functions with an integer type that can hold a pointer.
-
Stefan Kost authored
Move reallocating the history buffer out of _compute_frequencies() and call the right function as needed. Add some logging and tweak the formatting of existing logging. Simplify setting need_new_coefficients when changing properties.
-
Sebastian Dröge authored
-
- 02 Feb, 2009 2 commits
-
-
Jonathan Matthew authored
Fixes bug #552140.
-
Wim Taymans authored
fix compiler warnings due to unused return values of scanf.
-
- 31 Jan, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 30 Jan, 2009 11 commits
-
-
Stefan Kost authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
Don't do void pointer arithmetic. Don't have an unreachable statement.
-
Jan Schmidt authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Brijesh Singh authored
The V4L2 tuner norms that a device supports could be a subset of some norm (e.g. NTSC instead of NTSC_M). The comparison should be done by & instead of ==. See http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#STANDARD Fixes bug #569820.
-
Edward Hervey authored
-
- 29 Jan, 2009 5 commits
-
-
Thijs Vermeir authored
-
Stefan Kost authored
The majority of the examples doe not use -0.10 and this will also help us to maintain the docs.
-
Stefan Kost authored
Link to properties. Correct titles for examples. Fix examples.
-
Stefan Kost authored
Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple.
-
Stefan Kost authored
-
- 28 Jan, 2009 6 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
newer pulseaudio. Fixes: #567794 * Hook pulsesink's volume property up with the stream volume -- not the sink volume in PA. * Read the device description directly from the sink instead of going via the mixer. * Properly implement _reset() methods for both sink and source to avoid deadlocks when shutting down a pipeline. * Replace all simple pa_threaded_mainloop_wait() by proper loops to guarantee that we wait for the right event in case multiple events are fired. While this is not strictly necessary in many cases it certainly is more correct and makes me sleep better at night. * Replace CHECK_DEAD_GOTO macros with proper functions * Extend the number of supported channels to 32 since that is the actual limit in PA. * Get rid of _dispose() methods since we don't need them. * Increase the volume property upper limit of the sink to 1000. * Reset function pointers after we disconnect a stream/context. Better fix for bug 556986. * Reset the state of the element properly if open/prepare fails * Cork the PA stream when the pipeline is paused. This allows the PA * daemon to close audio device on pause and thus save a bit of power. * Set PA stream properties based on GST tags such as GST_TAG_TITLE, GST_TAG_ARTIST, and so on. Signed-off-by:
Lennart Poettering <lennart@poettering.net>
-
Stefan Kost authored
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out.
-
Sebastian Dröge authored
Introduce a new max-delay property that can only be set before going to PLAYING or PAUSED. This is used to limit the maximum delay and is set to the current delay by default. Using this will make sure that we have enough data in our internal ringbuffer for the echo. With dynamic reallocation of the ringbuffer as used before silence could've been used as the echo directly after setting a new delay.
-
Edward Hervey authored
-
Stefan Kost authored
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered.
-
- 27 Jan, 2009 2 commits
-
-
Stefan Kost authored
-
Tim-Philipp Müller authored
-