- May 10, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- May 06, 2009
-
-
Jan Schmidt authored
-
- Apr 24, 2009
-
-
Wim Taymans authored
Set the pending state correctly when we are going to perform an async state_continue on the bin. Fixes #580121
-
- Apr 21, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
From b3941ea to 6ab11d1
-
- Apr 17, 2009
-
-
Tim-Philipp Müller authored
Need to define this when using MingW, so that the includes provide __stat64 and friends. We need at least Windows XP SP2 for this. Fixes #568632.
-
Stefan Kost authored
Avoid defines when including gstinfo.h ourself and complete stubs. Sync stub returns with the defines.
-
Yaakov Selkowitz authored
Fixes #555978.
-
Yaakov Selkowitz authored
See #555978.
-
Brian Cameron authored
Makes headers C++ clean, esp. with the Sun compilers. Fixes #567692.
-
Tim-Philipp Müller authored
Move _gst_plugin_fault_handler_is_setup into the ifdef block where it's used. Fixes #578201.
-
- Apr 16, 2009
-
-
Wim Taymans authored
Disable the handling of the CLOCK_LOST messages until we fixed and released the elements (rtspsrc) that break when we quickly PAUSE/PLAY the pipeline. Fixes #579127
-
- Apr 15, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Jan Schmidt authored
Revert the gst_param_spec_is_mutable API for this release so we can discuss it a bit further first.
-
Stefan Kost authored
The var was NULL anyway, bacause of the ifdefs there, the message makes no sense including it.
-
Stefan Kost authored
When its disabled, we poison some symbols to force a build error if they are used. Dunno how useful this acually is, but we need to disable the poisoning when we include this ourself. Also don't define some of the dummies, as they are getting replaced with defines and that creates code that does not compile.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
gst_static_pad_template_get_caps () actually returns a reference to the caps and it's cleaner to unref them after usage. The core will, however, always hold a reference to the caps so this didn't result in a memory leak.
-
- Apr 14, 2009
-
-
Stefan Kost authored
-
David Schleef authored
-
Stefan Kost authored
Also fix typo in the tests while reviewing them.
-
Wim Taymans authored
-
Wim Taymans authored
Add a note about potential racyness in _is_mutable().
-
LRN authored
Use a static mutex to keep the console colors and context together when debugging with colors on Windows. Fixes #517231.
-
- Apr 13, 2009
-
-
Tim-Philipp Müller authored
And, for our release manager, the in-commit-message keywords for the previous commit: API: GST_PARAM_MUTABLE_READY API: GST_PARAM_MUTABLE_PAUSED API: GST_PARAM_MUTABLE_PLAYING API: gst_param_spec_is_mutable
-
David Schleef authored
Adds GST_PARAM_MUTABLE* flags to indicate in which states a property can be changed and take effect. Fixes #571559
-
- Apr 10, 2009
-
-
Wim Taymans authored
When we receive a clock-lost message, we need to select a new clock in the pipeline by setting the pipeline to PAUSED and back to PLAYING.
-
- Apr 09, 2009
-
-
Olivier Crete authored
Add a property to control the pad used for proxying the buffer_alloc function on the sinkpad. Fixes #577891.
-
Wim Taymans authored
When we get an ASYNC_DONE message when a state change was busy, set the pending_async_done flag so that after the state change completes, the bin can check if all async elements are finished. Don't only do this for the bin itself but for all elements. This fixes some bins in bins that simulate async state changes by posting ASYNC messages (such as sdpparse in uridecodebin/playbin2).
-
Wim Taymans authored
%08x needs an unsigned int, so give it that.
-
- Apr 08, 2009
-
-
Tim-Philipp Müller authored
Two new log levels to dump FIXMEs into the log and to log data in form of a hex dump (#578114). API: GST_CAT_FIXME_OBJECT API: GST_CAT_MEMDUMP_OBJECT API: GST_CAT_FIXME API: GST_CAT_MEMDUMP API: GST_FIXME_OBJECT API: GST_MEMDUMP_OBJECT API: GST_FIXME API: GST_MEMDUMP
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
Good and ffmpeg are actually multiple releases beyond, so that this is now safe to do.
-
- Apr 04, 2009
-
-
Felipe Contreras authored
From d0ea89e to b3941ea
-