Commit graph

4271 commits

Author SHA1 Message Date
Wim Taymans aa2a7bdda2 asfdepay: we require a dynamic payload type
Add an extra caps property that restricts the depayloader to only accept dynamic
payload types.
2010-04-15 16:31:23 +02:00
Thiago Santos 399f2c6980 configure: Drop -Wcast-align
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.

So we'll remove the warning until this problem is fixed.

Fixes #615698
2010-04-15 08:33:48 -03:00
Edward Hervey 2c94b415d4 mpeg2dec: copy over all buffer flags when copying buffers.
Avoids losing the tff/rff video buffer flags
2010-04-14 09:30:55 +02:00
Edward Hervey f34dd3626a asfdemux: Make a table static to avoid having to always allocate it. 2010-04-14 09:30:54 +02:00
Mark Nauwelaerts 61643c7d89 x264enc: fix up avcC header construction
Fix off-by-one introduced by commit 35dd89951d
for BUILD_X264 < 76.

Also fixes #610089.
2010-04-13 16:55:58 +02:00
Mark Nauwelaerts 5fd1796fda x264enc: parameterize libx264 provided NAL layout in codec-data creation 2010-04-13 14:21:43 +02:00
Edward Hervey 02be555df3 configure: Remove -Wundef flag
Same fix as for #615161
2010-04-12 12:43:05 +02:00
Sebastian Dröge 22fcd9fa7f Automatic update of common submodule
From fdf023d to fc85867
2010-04-09 11:23:22 +02:00
Tim-Philipp Müller 82d235266b i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning 2010-04-09 09:55:14 +01:00
Tim-Philipp Müller d198cb485d build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00
Tim-Philipp Müller 8cbd4e9a4a build: add cruft alert for common/shave* 2010-03-26 17:08:40 +00:00
Tim-Philipp Müller b8f85b4650 Fix make distcheck
Remove removed file win32/common/config.h.in from MANIFEST.
2010-03-26 17:08:40 +00:00
Edward Hervey c4e14839e8 synaestesia: Fix old-style prototype 2010-03-24 19:35:03 +01:00
Руслан Ижбулатов 49c5383c71 Fix pointer type.
Fixes #613815
2010-03-24 19:01:34 +01:00
Edward Hervey 4e87b5c1d0 Automatic update of common submodule
From 55cd514 to c1d07dd
2010-03-24 18:55:32 +01:00
Sebastian Dröge c88c88de0d build: Add all kinds of compiler warning flags and fix the resulting warnings 2010-03-24 11:27:40 +01:00
Tim-Philipp Müller c8e931574e build: fix up Makefile.am
Mostly just add $(GST_BASE_CFLAGS) where they're missing and fix
the order a bit here and there (see docs/random/moving-plugins).
2010-03-19 00:12:38 +00:00
Tim-Philipp Müller 402ea5ec77 win32: remove win32-specific config.h.in copy that's not used any longer
The win32 config.h is now generated from the top-level config.h.in.
2010-03-19 00:03:12 +00:00
Benjamin Otte 9850bd814f gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 15:53:14 +01:00
Sebastian Dröge 43b366ce52 x264enc: Put pixel-aspect-ratio from input into the src pad caps
Fixes bug #612995.
2010-03-16 15:05:06 +01:00
Edward Hervey 33fbac5b92 Automatic update of common submodule
From e272f71 to 55cd514
2010-03-12 13:59:53 +01:00
Benjamin Otte 74e1fb948f Automatic update of common submodule
From df8a7c8 to e272f71
2010-03-11 11:21:19 +01:00
Benjamin Otte d9ad767c7e Update CXXFLAGS, too 2010-03-10 22:13:45 +01:00
Benjamin Otte 36e0e1bc3a Update for recent changes to common submodule
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.

Actually using that separation will happen later.
2010-03-10 21:56:45 +01:00
Benjamin Otte 0d60ed91ee Automatic update of common submodule
From 9720a7d to df8a7c8
2010-03-10 21:52:30 +01:00
Benjamin Otte 15bfae0c79 Automatic update of common submodule
From 0b6e072 to 9720a7d
2010-03-10 20:44:18 +01:00
Benjamin Otte ffe40d7762 Automatic update of common submodule
From 7cc5eb4 to 0b6e072
2010-03-10 16:10:17 +01:00
Tim-Philipp Müller ade343a7b8 Automatic update of common submodule
From 7aa65b5 to 7cc5eb4
2010-03-10 01:10:52 +00:00
Sebastian Dröge 21791f1ab6 Automatic update of common submodule
From 44ecce7 to 7aa65b5
2010-03-09 21:40:26 +00:00
Sebastian Dröge fabb0ad3fd configure: Use automake 1.11 silent rules instead of shave if available
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:04:40 +00:00
Tim-Philipp Müller 6aa69b0bdb Back to development 2010-03-09 17:42:11 +00:00
Tim-Philipp Müller 7cf205b8b7 Release 0.10.14 2010-03-06 01:13:25 +00:00
Tim-Philipp Müller 069537650f Update .po files 2010-03-06 01:10:09 +00:00
Tim-Philipp Müller 051cf98040 0.10.13.4 pre-release 2010-03-03 22:52:30 +00:00
Thiago Santos 96ee17e7b6 x264enc: Replace 'avc-sample' with 'avc' in caps
In the element and in its tests

Fixes #606662
2010-03-01 17:48:18 -03:00
Edward Hervey 48a1935cb0 asfdemux: Don't set durations of 0 on outgoing buffers.
Some (broken) streams don't have the extended stream properties in
the header, resulting in applying a duration of zero on outgoing
buffers.

Fixes #611473
2010-03-01 16:52:08 +01:00
Edward Hervey 79b154e4f7 asfdemux: Make sure we always set proper payload duration.
Some (broken) streams will have a delta of 0, resulting in outgoing
buffers having durations of 0.

Fixes #611473
2010-03-01 16:51:56 +01:00
Tim-Philipp Müller cfc2820ce1 0.10.13.3 pre-release 2010-02-24 01:40:34 +00:00
Edward Hervey 417e3e0346 asfdemux: Make sure we don't end up with negative timestamps.
Some files have payload with timestamps smaller than the preroll duration.
Instead of blindly substracting the preroll value (and ending up with
insanely high timestamps on the outgoing buffers), we make sure we
never go below 0.

Fixes #610432
2010-02-19 18:11:13 +01:00
Tim-Philipp Müller f144d1795d 0.10.13.2 pre-release
Update core/base requirement to 0.10.26, since that's more likely
to be the actual requirement.
2010-02-19 01:07:49 +00:00
Tim-Philipp Müller 95e0feedd3 po: update translations 2010-02-19 01:06:44 +00:00
Tim-Philipp Müller 09d493f21d x264enc: add caps check to x264enc unit test
Add some minimal caps checking to x264enc unit test.

See #610089.
2010-02-16 14:10:38 +00:00
Vittorio Palmisano 35dd89951d x264enc: fix up avcC header construction and playback by flash players
Fix off-by-one bug when constructing the avcC header chunk: we
wrote wrong profile info into the header. The first byte in the
SPS NAL we get from x264 is the nal type, not the profile_idc.

Also add some debug logging.

Fixes #610089.
2010-02-16 13:33:10 +00:00
Robert Swain ad45fd1827 asfdemux: Improve seek behaviour for audio-only with no index
Instead of seeking to seek_time - 5s in the hope of hitting a keyframe
for video, we can just seek to seek_time instead.
2010-02-16 13:02:47 +01:00
Tim-Philipp Müller bde03ffc01 configure: fix up GST_CXXFLAGS properly
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
2010-02-16 00:26:37 +00:00
Tim-Philipp Müller f295a84433 Update MAINTAINERS, add myself 2010-02-16 00:26:36 +00:00
Stefan Kost 086528d359 configure: base GST_CXXFLAGS on --cflags from pkg-config
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:16:32 +02:00
Sebastian Dröge cfe16b0e7c Automatic update of common submodule
From 96dc793 to 44ecce7
2010-02-14 23:18:44 +01:00
Tim-Philipp Müller a5984e6b49 win32: change how win32/common/config.h is updated
Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control. It's kept in source control so that the git tree is
buildable from VS.

This change is similar to the ones applied a while ago to GStreamer
core, gst-plugins-base and gst-plugins-good and prevents configure
from changing files in source control. The generated config.h
should be ok, but needs testing.
2010-02-01 09:27:58 +00:00
Tim-Philipp Müller efc5181d13 rtspreal: don't construct config header with uninitialised bytes
Turns out 4 + 4 + 2 + (4 * 2) is actually 18 and not 22. This avoids
a presumably unintentional padding of uninitialised bytes at the end
of the CONT tags chunk, which should be harmless but causes warnings
in valgrind (see #608533 for a test URL).
2010-01-31 13:03:58 +00:00