- May 13, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From dc70203 to 3429ba6
-
- May 09, 2012
-
-
Tim-Philipp Müller authored
-
Peter Seiderer authored
input.std is of type v4l2_std_id which is defined as 64-bit unsigned integer. Casting to uint means the higher bits, wich are used for the private video standards of the TI video capture/display driver for example, are lost.
-
Tim-Philipp Müller authored
Otherwise the streaming thread might just keep on going and we might never get the stream lock.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Useful for e.g. filesrc ! rndbuffersize ! queue2 ! ...
-
Tim-Philipp Müller authored
Conflicts: gst/debugutils/rndbuffersize.c
-
Wim Taymans authored
-
-
- May 04, 2012
-
-
Thiago Santos authored
Downstream likely won't accept video/x-raw and the caps query will return EMPTY caps. Instead, create a copy of the caps that has all structure names replaced by 'image/jpeg' Simple pipeline that shows the problem: gst-launch-1.0 videotestsrc num-buffers=1 ! "video/x-raw, \ width=(int)640, height=(int)480" ! videoscale ! jpegenc ! \ "image/jpeg, width=(int)800, height=(int)600" ! filesink \ location=/tmp/image.jpg
-
- May 03, 2012
-
-
Alban Browaeys authored
This fixes a not-negotiated error at least on mov files with twos audio with two channels and video dvcp. As playbin and gst-launch sample coming from the qtdemux.c file uses audioconvert and the latter require format interleaved. https://bugzilla.gnome.org/show_bug.cgi?id=675326
-
Руслан Ижбулатов authored
Fixes #675319
-
Руслан Ижбулатов authored
Fixes #675319
-
- May 01, 2012
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
When all pads go to EOS immediately, we are not negotiated and our collected function is called (without any available data). Handle this case gracefully. Conflicts: gst/interleave/interleave.c
-
Wim Taymans authored
-
Sebastian Dröge authored
-
- Apr 30, 2012
-
-
Tim-Philipp Müller authored
Fixes crash on startup.
-
Peter Seiderer authored
-
Peter Seiderer authored
Fix uninitialized 'size' variable in call to gst_buffer_list_foreach().
-
Luis de Bethencourt authored
-
Luis de Bethencourt authored
fix redundant declarations and also style/indent issues
-
Vincent Penquerc'h authored
Requires an index.
-
Vincent Penquerc'h authored
In pull mode with an index.
-
- Apr 28, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 25, 2012
-
-
idc-dragon authored
The summation was done wrong, causing the de-payloader to exit its loop too early, before all frames are processed. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674472
-
Wim Taymans authored
-
Wim Taymans authored
When we explicitely set the mute property to FALSE, connect to pulseaudio with the PA_STREAM_START_UNMUTED flag set, otherwise pulseaudio will use its previously used value (which might start the stream muted). Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672401
-
Wim Taymans authored
Sample the pipeline clock and device clock closer to eachother to reduce jitter. Don't subtract the frame duration from the timestamp when we can use the device timestamps. Assume a delay of 1 frame in read-write mode.
-
- Apr 24, 2012
-
-
Wim Taymans authored
Use the drive timestamps for timestamping outgoing buffers.
-
- Apr 23, 2012
-
-
Wim Taymans authored
Query the amount of available buffers when doing set_config(). This allows us to configure the parent bufferpool with the number of buffers to preallocate. Keep track of the provided allocator and use it when we need to allocate a buffer in RW mode. When we are can not allocate the requested max_buffers amount of buffers, make sure we keep 2 buffers around in the pool and copy them into an output buffer. This makes sure that we always have a buffer to capture into. We also need to detect those copied buffers and unref them when they return to the pool.
-
Wim Taymans authored
Only free the queued buffers that we keep track of in our buffer array. for rw io-mode, we do allocate buffers but we don't keep track of them in the buffer array.
-
Wim Taymans authored
We don't support sharing our mmapped memory so mark it as NO_SHARE.
-
Wim Taymans authored
-
Wim Taymans authored
-
Bastien Nocera authored
As handled by QuickTime (for icy), and Orban/Coding Technologies AAC/aacPlus Player (for icyx). See also: https://bugzilla.gnome.org/show_bug.cgi?id=394207 https://bugzilla.gnome.org/show_bug.cgi?id=403285 https://bugzilla.gnome.org/show_bug.cgi?id=673899
-
Mart Raudsepp authored
-