Benjamin Otte
52e02c83a4
Use pkgconfig to detect dvdnav
...
The previously used dvdnav-config script was broken in a lot of distros.
2010-03-24 12:17:19 +01:00
Tim-Philipp Müller
95a307c904
kate: fix yet another compiler warning
2010-03-24 00:27:34 +00:00
Tristan Matthews
552cd26b43
osx: more compiler warning fixes
...
Avoid new warnings.
Fixes #613758 .
2010-03-24 00:19:02 +00:00
Thiago Santos
01f4f9a4e8
tests: faac: Fix build
...
Fixes build of faac due to functions not being static nor
having being declared in headers. (No previous prototype error)
Probably due to added -Wmissing-prototypes
2010-03-23 14:19:03 -03:00
Sebastian Dröge
025aa946d3
amrwbenc: Fix compiler warning
2010-03-23 11:10:05 +01:00
Tim-Philipp Müller
d37572f6ed
cog: touch cog.orc to force regeneration of cogorc.[ch]
...
.. with new Makefile.am rules, which should fix the build
without the need to do a 'manual' make clean after updating.
2010-03-23 09:16:28 +00:00
Benjamin Otte
be59e4d52e
wininet: Fix warnings
2010-03-23 01:41:31 +01:00
Benjamin Otte
f8266ee03f
directdraw: Fix warnings
2010-03-23 01:30:54 +01:00
Benjamin Otte
1cd74f1e40
Remove -Wundef for Windows
...
Windows headers tend to check _MSC_VER uncondtionally in some places,
but use #ifdef _MSC_VER in other places.
2010-03-23 01:16:26 +01:00
Benjamin Otte
57eb06be5e
Add a bunch of warning flags
...
None of them trigger any warning
2010-03-23 01:16:26 +01:00
Benjamin Otte
a9a7b8e372
Fixes for -Waggregate-return
...
The flag wasn't added due to libexif using aggregate return values.
2010-03-23 01:16:25 +01:00
Stefan Kost
5ebf6444cb
i18n: build fixes: #if -> #ifdef for ENABLE_NLS
2010-03-22 18:07:45 +02:00
Stefan Kost
70211451be
i18n: fix the build
...
Don't include locale.h which we include in gettext.h if needed. Guard the
include like we do in the simillar headers in core.
2010-03-22 18:01:27 +02:00
Benjamin Otte
240f494aa7
Add -Wold-style-definition
...
and fix the warnings
2010-03-22 16:56:03 +01:00
Benjamin Otte
647cf64c01
Add -Wformat-nonliteral -Wformat-security flags
...
and fix the warnings
2010-03-22 16:22:22 +01:00
Benjamin Otte
5038a886ab
oss4: Refactor code to make it look more modern
...
A side effect is that it passes -Wformat-nonliteral and doesn't read
invalid memory in some cases, like when the mixer track contains
a % sign or there is a number but not a known mixer name.
2010-03-22 16:22:22 +01:00
Benjamin Otte
9738d70e28
oss4: Avoid g_quark_to_string (g_quark_from_string ()) madness
...
We to the strdup inside gst_oss4_mixer_control_get_translated_name()
instead of in the only caller.
2010-03-22 16:22:22 +01:00
Sebastian Dröge
bd5ef2d21d
ladspa: Fix compiler warnings
2010-03-22 13:50:30 +01:00
Arun Raghavan
8144fee47c
mpegvideoparse: Parse bitrate and emit as tag
...
This patch picks up the bitrate for the stream from the MPEG sequence
header and emits it as a tag on the source pad.
Fixes #599298 .
2010-03-22 12:44:54 +00:00
Tim-Philipp Müller
203b284bab
soundtouch: build fixes: #if -> #ifdef
2010-03-22 12:38:02 +00:00
Benjamin Otte
33c2f5fb01
Add -Wwrite-strings
...
and fix its warnings
2010-03-22 13:16:33 +01:00
Benjamin Otte
010789159d
Add -Wundef
...
and fix the warnings
2010-03-22 12:30:01 +01:00
Benjamin Otte
2be077c786
Update .gitignore
2010-03-22 12:06:00 +01:00
Benjamin Otte
b7655bbd2e
Add -Wredundant-decls flag
...
and fix warnings from it
2010-03-22 12:05:59 +01:00
Sebastian Dröge
63fdeb05f1
gme: Fix compiler warning
2010-03-22 08:47:57 +01:00
Sebastian Dröge
2a81495bff
vdpau: Fix compiler warnings
2010-03-22 08:45:27 +01:00
Benjamin Otte
23b435d858
orc: Fix warnings
2010-03-21 23:10:08 +01:00
Benjamin Otte
edbce10db1
examples: Fix warnings
2010-03-21 23:00:48 +01:00
Benjamin Otte
c8702e06c4
directdraw: Fix warnings
2010-03-21 22:48:13 +01:00
Benjamin Otte
25a54fc391
gst-camera: Add a header declaring the functions from the ui file
2010-03-21 22:46:00 +01:00
Benjamin Otte
3b1dd2683d
tests: Add file I forgot to check in
2010-03-21 22:11:24 +01:00
Benjamin Otte
9e399550db
acmmp3dec: fix warnings
2010-03-21 22:09:20 +01:00
Benjamin Otte
726894ba61
Fix acmenc for warning flags
2010-03-21 21:53:44 +01:00
Benjamin Otte
f96e4f1581
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
...
And fix all warnings
2010-03-21 21:39:18 +01:00
Benjamin Otte
46f4c7a6c1
siren: Run gst-indent script
...
Includes running dos2unix on decoder.c
2010-03-21 21:37:37 +01:00
Benjamin Otte
692471aae7
tests: Fix kate test
...
It was failing due to the new buffer_metadata_writable checks added to
the core recently.
2010-03-21 21:29:47 +01:00
Benjamin Otte
27b3e53d5d
legacyresample: remove unused file
2010-03-21 18:59:30 +01:00
Benjamin Otte
1ca0e14de1
configure: s/GST_CVS/GST_GIT/
2010-03-21 17:54:26 +01:00
Sebastian Dröge
bb93140728
cog: Generate correct YUV->RGB tables
...
Fixes : #613332 .
2010-03-19 15:07:14 -07:00
Wim Taymans
e30f38531c
sdpdemux: disable loop and auto multicast join
...
Disable loopback of packets.
Disable autojoin of multicast groups in the sink because the source already
does that on the shared socket.
2010-03-19 11:13:30 +01:00
Benjamin Otte
775c7584fd
gst_element_class_set_details => gst_element_class_set_details_simple
2010-03-18 22:46:41 +01:00
Benjamin Otte
5258d372be
virtualdub: Remove
...
THe plugin is so hopelessly outdated, it's just not worth keeping.
2010-03-18 22:46:41 +01:00
Benjamin Otte
eb6f571381
Remove xine plugin code
...
The plugin is unmaintained (even worse than Xine ;))
2010-03-18 22:46:41 +01:00
Benjamin Otte
ecbfd9cc2f
Remove gob examples
...
They were outdated and wouldn't have compiled anymore.
2010-03-18 22:46:41 +01:00
David Schleef
88e8ec2e7e
cog: Fix off-by-one in 444->420 conversion
...
Fixes #613160 .
2010-03-17 11:31:58 -07:00
Руслан Ижбулатов
20c1e3b605
cog: Use "(png_infopp) NULL" instead of png_infopp_NULL
2010-03-17 15:31:47 +01:00
Руслан Ижбулатов
e44da2ded0
cog: Use png_get_io_ptr() instead of accessing io_ptr directly
2010-03-17 15:31:46 +01:00
Руслан Ижбулатов
12fb307494
cog: Check for libpng >= 1.2 instead of libpng12
2010-03-17 15:31:46 +01:00
Stefan Kost
2663352888
docs: the xdgmime plugin was merged into typefinders
2010-03-16 23:46:04 +02:00
Stefan Kost
aa65063eda
neon,dvd: also use g_value_set_static_string() here for static strings
2010-03-16 23:44:01 +02:00