- Oct 05, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Oct 01, 2009
-
-
Jan Schmidt authored
-
- Sep 30, 2009
-
-
Jan Schmidt authored
Apparently the sed that ships on Solaris 10 doesn't support character classes like [:alnum:], so don't use them. We don't need them for the symbol names that are being extracted anyway. Also, use $(SED) instead of 'sed' Fixes: #596877
-
- Sep 17, 2009
-
-
Jan Schmidt authored
-
- Sep 15, 2009
-
-
Sebastian Dröge authored
GMP only uses "unsigned long int", which is 32 bit on 32 bit architectures and can't hold a guint64. This resulted in false unit test failures on 32 bit architectures. Fixes bug #595133.
-
- Sep 14, 2009
-
-
David Schleef authored
-
Stefan Kost authored
Docs were still mention it as "not yet implemented".
-
- Sep 12, 2009
-
-
Sebastian Dröge authored
This way g-ir-scanner can find the gstreamer-0.10 pkg-config file.
-
Sebastian Dröge authored
-
- Sep 11, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
The structure_change message was originally emitted on source pads and then recently changed to be sink pads. This causes a failure in the gst-python testsuite. Disable the restriction so that the published behaviour is still allowed.
-
Jan Schmidt authored
Accomodate the slightly changed semantics in the plugin version check where a CVS version just before a release is acceptable.
-
Stefan Kost authored
Don't dereference NULL pointers.
-
David Schleef authored
Fixes bug #589173.
-
- Sep 10, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
Also parse the nano of the version and assume that X.Y.Z-1.1 >= X.Y.Z With this change we can also check development versions against the version of the upcomming release.
-
Sebastian Dröge authored
See bug #518934.
-
- Sep 09, 2009
-
-
David Schleef authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Wim Taymans authored
Caps can be NULL so don't call unref on it unconditionally, instead use an existing exit pad for the function.
-
Sebastian Dröge authored
This is available in newer gcc releases and it should only exist on platforms that provide some native 128bit integer arithmetic instructions. The x86-64 assembly for this is still kept for non-gcc compilers that don't provide __uint128_t magic.
-
Stefan Kost authored
Right now we're operating suboptimal when talking to kernel interfaces. Write doesn some ideas.
-
- Sep 07, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Benjamin Otte authored
-
- Sep 06, 2009
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
API: gst_byte_reader_get_float*_unchecked()
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
API: gst_byte_reader_skip_unchecked() API: gst_byte_reader_peek_*_unchecked() API: gst_byte_reader_get_*_unchecked() API: gst_byte_reader_{peek,get,dup}_data_unchecked()
-
- Sep 05, 2009
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Because of a bug in gobject-introspection this is disabled for now.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-