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
Víctor Manuel Jáquez Leal
8c5d8b52ea
v4l2: ensure autogenerated files are created
...
The tuner marshal and enumtypes are autogenerated, and they need
to be created before the compilation of gstv4l2tuner.c
This patch adds the automake instruction for ensuring the
autogeneration of those files previous the compilation.
2012-04-13 17:13:22 +02:00
Sebastian Dröge
687158b532
configure: Modernize autotools setup a bit
...
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:01:37 +02:00
Sebastian Dröge
3ad25b1736
Automatic update of common submodule
...
From 464fe15 to 6db25be
2012-04-13 13:37:10 +02:00
Sebastian Dröge
d99eb6d2cb
Update everything for the removal of the interface library and mixer/tuner interfaces
2012-04-13 13:15:11 +02:00
Edward Hervey
71fc25849e
rtp: Use unchecked variant of GstByteWriter where applicable
...
The size was checked before
2012-04-12 15:50:16 +02:00
Edward Hervey
4aef223db0
matroska: Check return value of GstByteReader/Writer
2012-04-12 15:49:44 +02:00
Edward Hervey
97591c1e77
isomp4: Check return value of GstByteWriter
...
And use unchecked variant of GstByteReader where applicable
2012-04-12 15:48:57 +02:00
Edward Hervey
eb0cdfe20f
flvdemux: Use unchecked variant of GstByteReader
...
We know there's at least 7 bytes (checked above)
2012-04-12 15:48:00 +02:00
Edward Hervey
4bd694d2cd
avi: Check return value of GstByteWriter
2012-04-12 15:47:49 +02:00
Edward Hervey
ba7569028c
audioparsers: Check return value of GstBitReader/GstByteReader
2012-04-12 15:47:24 +02:00
uraeus
fe04c885db
Add interleave plugin to spec file
2012-04-12 11:57:59 +01:00
Sebastian Dröge
661ad79358
Back to development
2012-04-12 11:19:01 +02:00
Sebastian Dröge
4784e83938
Release 0.11.90
2012-04-12 10:27:31 +02:00
Sebastian Dröge
bf88d775a3
Update .po files
2012-04-12 10:26:52 +02:00
Руслан Ижбулатов
e7659756a1
Fix format string
...
Fixes #673859
2012-04-10 22:41:20 +01:00
Руслан Ижбулатов
f0685dd026
Remove unused variable
...
Fixes #673859
2012-04-10 22:41:04 +01:00
Mark Nauwelaerts
ea397f60e4
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
gst/flv/gstflvdemux.c
gst/matroska/matroska-demux.c
2012-04-10 11:57:53 +02:00
Mark Nauwelaerts
dfda34ea24
matroskademux: some more segment handling tweaking
2012-04-10 11:38:08 +02:00
Tim-Philipp Müller
e09ae5736d
Use new gst_element_class_set_static_metadata()
2012-04-10 00:51:41 +01:00
Tim-Philipp Müller
be9baf1a0b
tests: disable simple smokeenc/dec launch lines test
...
Disable test for smoke elements, which aren't ported yet
(and maybe shouldn't be ported).
2012-04-09 12:55:34 +01:00
Tim-Philipp Müller
fa5edd2680
interleave: make channel-poisitions property a GValueArray again
...
Or perhaps it should just be a guint64 channel mask, which would
be nicer in C, but more awkward for bindings (even more so since
we can't add a flags type for it, since that only supports guint
size flags). Fixes wavenc unit test.
https://bugzilla.gnome.org/show_bug.cgi?id=669643
2012-04-09 11:13:05 +01:00
Mark Nauwelaerts
e90c67b3a9
matroskademux: cleanly initialize and set needed segment
...
Fixes #673165 .
2012-04-06 16:12:36 +02:00