Wim Taymans
e0636feff8
interleave: improve debugging
2012-05-01 13:34:32 +02:00
Sebastian Dröge
982148c07c
v4l2src: Update for basesrc API changes
2012-05-01 13:33:46 +02:00
Tim-Philipp Müller
b072c78270
alpha: don't set up stuff before the input and output formats are known
...
Fixes crash on startup.
2012-05-01 00:23:14 +01:00
Peter Seiderer
175f666293
multifilesink: don't write stream header twice for first file
2012-04-30 22:53:42 +01:00
Peter Seiderer
7112b93a97
multifilesink: fix buffer list size calculation in render_list
...
Fix uninitialized 'size' variable in call to gst_buffer_list_foreach().
2012-04-30 22:00:59 +01:00
Luis de Bethencourt
54c63dac31
multifile: unnecessary size check
2012-04-30 21:58:00 +01:00
Luis de Bethencourt
c7f124c8a8
avi: fix build errors
...
fix redundant declarations
and also style/indent issues
2012-04-30 21:30:56 +01:00
Vincent Penquerc'h
93ce50f9b9
matroska: implement forward snapping keyframe seeking
...
Requires an index.
2012-04-30 10:37:57 +01:00
Vincent Penquerc'h
cfd0da4146
avi: implement forward snapping keyframe seeking
...
In pull mode with an index.
2012-04-30 10:20:40 +01:00
Tim-Philipp Müller
95da93fcb7
tests: fix matroskamux unit test after media type changes
2012-04-28 23:14:24 +01:00
Tim-Philipp Müller
9c236b290d
matroska: update for media type changes
2012-04-28 19:57:51 +01:00
idc-dragon
e0945d0a2d
celtdepay: calculate size correctly
...
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
2012-04-25 10:29:56 +02:00
Wim Taymans
373333c2b3
pulsesink: improve debug
2012-04-25 10:29:45 +02:00
Wim Taymans
c0140982ee
pulsesink: start unmuted when requested
...
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
2012-04-25 10:29:45 +02:00
Wim Taymans
a473750350
v4l2: improve timestamp code
...
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.
2012-04-25 09:41:46 +02:00
Wim Taymans
46045316ce
v4l2: use driver timestamps
...
Use the drive timestamps for timestamping outgoing buffers.
2012-04-24 12:37:33 +02:00
Wim Taymans
eecb9a96a6
v4l2: Improve buffer management
...
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.
2012-04-23 18:10:33 +02:00
Wim Taymans
713ddbf541
v4l2: free the queued buffers
...
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.
2012-04-23 18:10:33 +02:00
Wim Taymans
5d7d4e0d9b
v4l2: mark memory as no-share
...
We don't support sharing our mmapped memory so mark it as NO_SHARE.
2012-04-23 18:10:33 +02:00
Wim Taymans
9fe11d0d11
v4l2: remove old unused file
2012-04-23 18:10:33 +02:00
Wim Taymans
37e7a41771
v4l2: remove unused function
2012-04-23 18:10:33 +02:00
Bastien Nocera
933986fccc
soup: Handle icy and icyx URI schemes
...
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
2012-04-23 15:34:54 +02:00
Mart Raudsepp
8719375be7
docs: Add Since tag for new GstV4l2Src::prepare-format signal
2012-04-23 11:24:19 +02:00
Chris Pankow
6042bb1e6b
audiofxbasefirfilter: Fix time-domain convolution for multichannel input
...
Fixes bug #674025 .
2012-04-23 10:08:59 +02:00
Mark Nauwelaerts
e0b56a510f
po: remove some more non-existent files from the list
2012-04-21 11:08:51 +02:00
Руслан Ижбулатов
3f8b07f467
po: Remove non-existent potfiles from the list
...
Fixes #674518
2012-04-21 11:07:04 +02:00
Mark Nauwelaerts
7aee9156ed
tests: oss4: limit test scope
2012-04-20 18:18:55 +02:00
Mark Nauwelaerts
a5ff454e6a
oss4: port to 0.11
2012-04-20 18:18:54 +02:00
Mark Nauwelaerts
c4c3736e1a
oss: port to 0.11
2012-04-20 18:18:54 +02:00
Wim Taymans
ad5c3cd3dd
multipartdemux: first activate pad then set caps
2012-04-20 16:49:56 +02:00
Wim Taymans
fcfe6d9e28
matroskamux: set caps on srcpad
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674219
2012-04-20 13:35:35 +02:00
Wim Taymans
f08bab4e86
v4l2: update for video api change
2012-04-19 14:16:01 +02:00
Wim Taymans
85d4dde9d1
v4l2: fix compilation on older v4l2
...
Fix compilation on systems where the H264 format is not defined.
2012-04-19 12:38:58 +02:00
Sebastian Dröge
04b70571e5
video: Update for libgstvideo API changes
2012-04-19 12:20:59 +02:00
Youness Alaoui
09dabd4be6
v4l2src: Allow mpeg-ts cameras to negociate format
...
This removes an ugly hack until the reason for the hack can be documented
2012-04-19 10:31:18 +02:00
Sebastian Dröge
e7a76badc5
v4l2src: Fix merge
2012-04-19 09:50:25 +02:00
Sebastian Dröge
deb7cdcdda
v4l2src: Rename pre-set-format signal to prepare-format
2012-04-19 09:50:01 +02:00
Youness Alaoui
a63451ecd7
v4l2src: Add H264 encoded stream support to the caps
...
This is not enough to properly support H264 cameras, but it will
allow an H264 stream to be generated by v4l2src using the default
settings of the camera. If used with the pre-set-format signal, the
H264 encoder can be fully configured.
Conflicts:
sys/v4l2/gstv4l2object.c
2012-04-19 09:49:33 +02:00
Youness Alaoui
06d64c7792
v4l2src: Adding a pre-set-format signal
...
In order to support UVC H264 encoding cameras, an H264 Probe&Commit
must happen before the normal v4l2 set-format. This new signal is
meant to allow an external application or bin to do it.
It also serves to expose the file descriptor used by v4l2src in case
some custom ioctls need to be called.
Conflicts:
sys/v4l2/Makefile.am
sys/v4l2/gstv4l2src.c
sys/v4l2/v4l2src_calls.c
2012-04-19 09:45:49 +02:00
Mark Nauwelaerts
38d571fa57
dv1394: port to 0.11
2012-04-18 17:09:45 +02:00
Mark Nauwelaerts
67e168aef4
collectpads2: rename to collectpads
2012-04-17 15:14:27 +02:00
Mark Nauwelaerts
04b4d30f2c
misc: chain up to collectpads event handler
2012-04-16 16:37:49 +02:00
Sebastian Dröge
531142c7e4
Automatic update of common submodule
...
From 6db25be to dc70203
2012-04-16 09:09:11 +02:00
Tim-Philipp Müller
e0eddb4f25
shout2: update for ogg media type changes
2012-04-15 22:49:47 +01:00
Mark Nauwelaerts
6d9a84b1cf
smpte: use some more boilerplate
2012-04-13 17:24:38 +02:00
Mark Nauwelaerts
93f61c47b9
flxdec: improve segment handling
...
... to send a proper TIME segment downstream.
2012-04-13 17:24:38 +02:00
Mark Nauwelaerts
40cfe6787b
flxdec: port to 0.11
2012-04-13 17:24:38 +02:00
Mark Nauwelaerts
64045ba909
videobox: adjust to deprecated GMutex setup
2012-04-13 17:24:38 +02:00
Mark Nauwelaerts
edf3139e22
videobox: port to 0.11
2012-04-13 17:24:38 +02:00
Mark Nauwelaerts
8bf26fa7dc
alpha, smpte: adjust to removed color-matrix caps field
2012-04-13 17:24:38 +02:00