Wim Taymans
1119f6ee41
Merge branch 'master' into 0.11
...
Conflicts:
ext/chromaprint/gstchromaprint.c
ext/mpeg2enc/Makefile.am
ext/voaacenc/gstvoaacenc.c
gst/dvbsuboverlay/gstdvbsuboverlay.c
gst/mpegtsdemux/mpegtsbase.c
gst/sdp/gstsdpdemux.c
gst/videoparsers/gsth264parse.c
sys/d3dvideosink/d3dvideosink.c
tests/examples/camerabin/gst-camera-perf.c
tests/examples/camerabin/gst-camerabin-test.c
tests/examples/camerabin2/gst-camerabin2-test.c
tests/examples/mxf/mxfdemux-structure.c
tests/examples/scaletempo/demo-main.c
2012-02-10 16:46:50 +01:00
Wim Taymans
9fcfa6046d
modplug: port to 0.11
2012-02-09 18:08:22 +01:00
Tim-Philipp Müller
658cbeac06
rtmp: don't use gst_element_class_install_std_props()
...
It's about to be removed.
2012-02-09 00:09:36 +00:00
Wim Taymans
de1f89bf07
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
2012-02-08 16:37:13 +01:00
Tim-Philipp Müller
f8f4620451
build: fix CFLAGS order and LIBS order
...
_BAD_CFLAGS should always come first, then GST_PLUGINS_BASE_CFLAGS,
then GST_BASE_CFLAGS then GST_CFLAGS. Same for libs: first plugins
base libs, then GST_BASE_LIB then GST_LIBS.
2012-02-03 00:50:33 +00:00
Vincent Penquerc'h
b131ad9563
faad: include specific support AAC stream formats in template caps
...
https://bugzilla.gnome.org/show_bug.cgi?id=665394
2012-02-02 12:37:02 +00:00
Vincent Penquerc'h
ea28347bb6
kate: better error/debug reporting
...
Include text messages instead of error codes.
2012-02-02 11:00:48 +00:00
Tim-Philipp Müller
fac39bae51
chromaprint: fix parent structure in boilerplate macro
2012-02-01 19:38:59 +00:00
Tim-Philipp Müller
4d0e83c48d
chromaprint: port to 0.11
2012-02-01 17:46:50 +00:00
Sebastian Dröge
43da3e6f9e
amrwbenc: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Sebastian Dröge
e321274933
voaacenc: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Sebastian Dröge
7e35531b81
faac: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Sebastian Dröge
c7cc954519
faad: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Sebastian Dröge
73f50c5efa
dts: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Sebastian Dröge
18a21051a2
gsm: Use new audio encoder/decoder base class API for srcpad caps
2012-02-01 16:27:51 +01:00
Vincent Penquerc'h
8ba11fe2ff
tiger: use the new premultiplied support in gstvideo
2012-02-01 12:13:00 +00:00
Vincent Penquerc'h
7a9fff74c6
resindvd: fix wedge in preroll when playbin2 deinterlacing is enabled
...
When deinterlacing is enabled, an extra colorspace element is added.
Colorspace is a basetransform, and is then the only basetransform
element on the video path. A while ago, basetransform started delaying
events till caps were set on its source pad. These things conspired
to end up sending the DVD highlight events onto a blocked pad on
subtitleoverlay.
Ensuring these highlight events are only sent once we're in playing
mode fixes the issue.
https://bugzilla.gnome.org/show_bug.cgi?id=668762
2012-02-01 12:05:26 +00:00
Robert Swain
73a8c272c0
schro: Fix compilation with 1.0.10
2012-02-01 02:13:48 +01:00
Wim Taymans
3b74cca741
update for HEADER flag
2012-01-30 17:17:16 +01:00
Mark Nauwelaerts
dcc13e3eba
voamrwbenc: init debug category
2012-01-28 20:03:01 +01:00
Mark Nauwelaerts
5dc80902e2
voaacenc: init debug category
2012-01-28 20:02:59 +01:00
Vincent Penquerc'h
e0b0604119
kateenc: remove 'flush every packet' hack
...
This is a bad hack which does not work with Matroska, and is now
obsolete as similar code is not included in oggmux/oggstream.
2012-01-28 12:34:36 +00:00
Vincent Penquerc'h
8147669971
plenty: fixup glib deprecations
2012-01-27 15:47:07 +00:00
Mark Nauwelaerts
de606f64eb
gsm: port to 0.11
2012-01-26 23:28:07 +01:00
Mark Nauwelaerts
5abef3c14b
mpeg2enc: port to 0.11
2012-01-25 18:50:40 +01:00
Mark Nauwelaerts
12ee41829c
port some more to new memory API
...
Fixes #668677 .
2012-01-25 18:50:40 +01:00
Sebastian Dröge
a2a4300241
Merge branch 'master' into 0.11
...
Conflicts:
configure.ac
ext/kate/gstkateenc.c
gst/colorspace/colorspace.c
gst/mpegvideoparse/mpegvideoparse.c
2012-01-25 13:22:43 +01:00
Vincent Penquerc'h
6418d914ea
flite: make constant static arrays actually static
2012-01-24 11:56:34 +00:00
Vincent Penquerc'h
a6a94fec48
flite: fix uninitialized return value
2012-01-24 11:53:26 +00:00
Oleksij Rempel (Alexey Fisher)
44862ac067
vp8enc: trace outgoing timestamps
...
add info level prints for outgoing timestamps.
Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
2012-01-24 11:21:26 +00:00
Vincent Penquerc'h
4a1ce3f8d2
resindvd: fix caps refcount error
...
/me bad monkey.
2012-01-23 22:20:40 +00:00
Vincent Penquerc'h
1c0ccc45f4
resindvd: fix preroll on titles with no audio track
...
https://bugzilla.gnome.org/show_bug.cgi?id=599469
2012-01-23 11:04:26 +00:00
Vincent Penquerc'h
27eb76bf45
rsndvdsrc: fix leak
2012-01-23 11:04:26 +00:00
Vincent Penquerc'h
35c96af778
resindvdbin: fix video/audio mixup in error message
2012-01-23 11:04:26 +00:00
Vincent Penquerc'h
dbad02437c
rsnaudiomunge: keep the object ref longer
...
Since we do not get a ref to the pad, I'm not certain it's safe
to drop the object and use the pad later, so hold the object ref
till we're done with the pad.
2012-01-23 11:04:26 +00:00
David Schleef
e2abd5c833
schro: Handle 10 and 16-bit formats
2012-01-22 15:52:15 -08:00
David Schleef
6786f8c7bf
kateenc: Don't error on empty input buffers
2012-01-22 15:49:44 -08:00
Tim-Philipp Müller
e601bf76e3
chromaprint: minor clean-ups
...
Flesh out docs a bit, fix element class.
2012-01-20 00:53:46 +00:00
Lukáš Lalinský
f3c812e062
chromaprint: import Acoustid audio fingerprinting plugin
...
Imported from https://launchpad.net/gst-chromaprint
2012-01-20 00:26:46 +00:00
Tim-Philipp Müller
c6edc0463d
gsmenc: fix unused-but-set-variable compiler warning
2012-01-19 15:43:51 +00:00
Wim Taymans
27ee60a27b
port to new gthread API
2012-01-19 11:34:26 +01:00
Mark Nauwelaerts
bc1c77395e
gsmdec: port to audiodecoder
2012-01-17 18:34:45 +01:00
Mark Nauwelaerts
0acfa3cc1e
gsmenc: port to audioencoder
2012-01-17 18:34:43 +01:00
Mark Nauwelaerts
87937da798
mplex: port to 0.11
2012-01-16 22:52:18 +01:00
Vincent Penquerc'h
1dfbb14be5
opencv: fix missing finalize chaining to parent class
...
Not compiled, I do not have the necessary dependencies.
2012-01-16 17:10:30 +00:00
Vincent Penquerc'h
98d10913de
gme: fix missing dispose chaining to parent class
...
Not compiled, I do not have the necessary dependencies.
2012-01-16 17:10:30 +00:00
Vincent Penquerc'h
83878ec6ef
spc: fix missing dispose chaining to parent class
...
Not even compiled, I do not have the dependencies needed.
2012-01-16 17:10:30 +00:00
Vincent Penquerc'h
60a0741e16
cogmse: fix finalize not calling base class (and leaking)
2012-01-13 13:30:57 +00:00
Vincent Penquerc'h
15f41b6887
cogmse: signal chain functions to exit on flush-start
2012-01-13 12:58:25 +00:00
Vincent Penquerc'h
23388f2e64
cogmse: fix typo using the wrong pad
2012-01-13 11:22:42 +00:00