- Jul 15, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
Fixes the build for c++.
-
- Jul 11, 2010
-
-
Tim-Philipp Müller authored
See #624113.
-
Eduardo Dobay authored
Fixes #624113.
-
- Jul 08, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It's not really needed, and doesn't map any longer after the long option has been renamed.
-
- Jul 06, 2010
-
-
Tim-Philipp Müller authored
Also bump libtool versions now (which I meant to do for the first pre-release but forgot).
-
Tim-Philipp Müller authored
-
Alessandro Decina authored
API: gst_base_sink_set_last_buffer_enabled API: gst_base_sink_is_last_buffer_enabled
-
Alessandro Decina authored
Add a new enable-last-buffer property. When false, it disables storing the last received buffer in basesink::last-buffer. This can be useful in cases where buffers need to be released asap. API: GstBaseSink::enable-last-buffer
-
Tim-Philipp Müller authored
Something about that seems to interact badly with some schedulers, so do things differently. Fixes #623469.
-
Tim-Philipp Müller authored
API: add gst_clock_id_wait_async_full See #623589.
-
Edward Hervey authored
-
Alessandro Decina authored
-
Alessandro Decina authored
-
Alessandro Decina authored
-
Alessandro Decina authored
Use the new gst_clock_id_wait_async_full in gst_clock_set_master. Also add some tests.
-
Alessandro Decina authored
Make sure clock->clockid is unreffed before clock->master. gst_clock_id_unschedule (clock->clockid) tries to access clock->master. If clock->master is unreffed before and it's deallocated, _unschedule could access free'd memory.
-
Alessandro Decina authored
Add gst_clock_id_wait_async_full. It's the same as gst_clock_id_wait_async but allows passing a GDestroyNotify to destroy user_data.
-
- Jul 05, 2010
-
-
Stefan Kost authored
-
Stefan Kost authored
Remove "old" and add a line about "examples".
-
- Jul 04, 2010
-
-
Tim-Philipp Müller authored
Doesn't really look like anything's worth keeping.
-
- Jul 03, 2010
-
-
Tim-Philipp Müller authored
See #623469.
-
Tim-Philipp Müller authored
Reset have_eos at the beginning of each test. See #623469.
-
Tim-Philipp Müller authored
Because gst_init() will fail once gst_deinit() has been called. See #623469.
-
Tim-Philipp Müller authored
It may already be loaded if check is being run with CK_FORK=no. See #623469.
-
- Jul 01, 2010
-
-
Tim-Philipp Müller authored
Spotted by Alexander Saprykin. Fixes #622379.
-
Edward Hervey authored
We need to use gst_caps_get_size() in the loop counter since some structures could be added while iterating. Fixes #623301
-
- Jun 30, 2010
-
-
Tim-Philipp Müller authored
-
- Jun 29, 2010
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Our acceptcaps function can simply forward the query.
-
- Jun 28, 2010
-
-
Tim-Philipp Müller authored
For maintainability reasons and $(builddir). Fixes #622944.
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
They are actually *not* const functions because on architectures without int128 instructions the parameters were changed. gcc re-used the parameters on the stack for multiple calls though and the changed parameters were used for the second call then. Fixes bug #623003.
-
- Jun 26, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Fixes make distcheck.
-
Tim-Philipp Müller authored
Add a minimal gst_xml_get_type() function, so that gobject-introspection doesn't break the compilation if we're compiling with GST_REMOVE_DEPRECATED defined or --disable-loadsave having been passed to configure. Until someone figures out a better way at least.
-
Tim-Philipp Müller authored
Since everything GstXML related has been deprecated, we can now skip the libxml includes from the public headers when GST_DISABLE_DEPRECATED is defined. See #463435.
-