- Feb 19, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Feb 13, 2009
-
-
Mark Nauwelaerts authored
Cast (enum *) to (int *), not necessarily technically right, but plugs #571153.
-
Mark Nauwelaerts authored
rather than PA thread. pa_threaded_mainloop_lock() (a.o.) and by extension get_property should not be done from a PA thread, but the latter may occur as a result of a property change notification. Fixes #571204 (though current situation not ideal, e.g. post message rather than signal).
-
- Feb 10, 2009
-
-
Edward Hervey authored
This fixes a memory leak (leaking the contained elements of the bin).
-
Edward Hervey authored
-
- Feb 09, 2009
-
-
Edward Hervey authored
-
- Feb 07, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
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.
-
- Feb 05, 2009
-
-
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.
-
- Feb 04, 2009
-
-
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.
-
- Feb 03, 2009
-
-
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
-
- Feb 02, 2009
-
-
Jonathan Matthew authored
Fixes bug #552140.
-
Wim Taymans authored
fix compiler warnings due to unused return values of scanf.
-
- Jan 31, 2009
-
-
Sebastian Dröge authored
-
- Jan 30, 2009
-
-
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
-
- Jan 29, 2009
-
-
Thijs Vermeir authored
-