- Mar 08, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Benjamin Otte authored
This is useful for formats that require a valid framerate (like theoraenc).
-
Wim Taymans authored
-
- Mar 05, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 04, 2010
-
-
Tim-Philipp Müller authored
This may cause crashes when logging is enabled, especially on windows. It's not safe to pass random pointers to g_type_check_instance_is_a(). Fixes #611719.
-
- Mar 03, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The functions are called gst_byte_writer_put_{float32|float64}_*() and not gst_byte_writer_put_{float|double}_*(). Spotted by: Benjamin Otte <otte@redhat.com>
-
- Mar 01, 2010
-
-
Tim-Philipp Müller authored
-
- Feb 26, 2010
-
-
Mark Nauwelaerts authored
Specifically, if all (including initial) buffers turn up late, emergency rendering should also kick in appropriately. Fixes #611087.
-
- Feb 24, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 19, 2010
-
-
Sebastian Dröge authored
This causes assertion failures. Fixes bug #610444.
-
Sebastian Dröge authored
The values are not modified and are copied, a const before the parameter should make this even more obvious.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Andoni Morales Alastruey authored
-
- Feb 18, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
No idea why we need to run gst-indent twice on that file, but it only seems to settle on a final format with minimal diff to the one in git after two runs.
-
Tim-Philipp Müller authored
-
Thiago Santos authored
Adds a reminder to 'data' attribute doc Fixes #610366
-
Mark Nauwelaerts authored
Fixes #610367.
-
Johan Bilien authored
state and pending are "out" arguments. Fixes #605189.
-
- Feb 17, 2010
-
-
Edward Hervey authored
_create() is a pad function set by ourselves, therefore we're sure basesrc is a GstFileSrc. Speeds up _create() by 17% and the total call by 8% (instruction calls measurements done with valgrind). Fixes #610246
-
Edward Hervey authored
_get_range() is a pad function set by ourselves, therefore we're certain that the parent is a GstBaseSrc. Speeds up _get_range by 38%, and the total call by 30%. (valgrind instruction calls measurements). Fixes #610246
-
Stefan Kost authored
Initialize new_fd with DEFAULT_FD and fd with -1. Setting the property will set new_fd and in _update_fd() we cehck fd against -1. Also add a coment about the warning we get in the log from gst_poll_remove_fd(). We could get rid of the warning if we want by tracking if fd has been added to fdset.
-
Stefan Kost authored
Document the taghandling in gstreamer. List gaps and propose new mechanisms to deal with them.
-
Stefan Kost authored
-
- Feb 16, 2010
-
-
Tim-Philipp Müller authored
g_setprgname is implicitly called by g_option_context_new() with a check to see if it's been set already, so set it before g_option_context_new() Move version printing back until after the options have been parsed, otherwise it won't work, since it evaluates a flag set by the option parser.
-
Tim-Philipp Müller authored
This reverts commit 93dd95f0. This commit made --version not work any longer. The g_setprgname() warning is fixed in recent GLib versions.
-
Tim-Philipp Müller authored
Add check to make sure gst-plugin-scanner really gets installed where we will look for it later, ie. paths and prefixes are set at configure time and not specified via make. Fixes #609941.
-
- Feb 15, 2010
-
-
Stefan Kost authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
And fix indenting issue
-
Tim-Philipp Müller authored
We want 'preview image' translated as a noun, not as 'preview [the] image'.
-