- 07 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
The unit tests are riddled with g_assert() and friends, sometimes containing functional code like set_state() calls in them even (looking at you, pipeline/capsfilter-renegotiation). Make sure we don't disable assert and cast checks for the unit tests even if this has been specified for the rest of the code base, e.g. via --disable-glib-asserts.
-
- 06 Jan, 2011 14 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Because we can, and because it's the most interesting one to control really, after xpos/ypos.
-
-
Tim-Philipp Müller authored
-
David Schleef authored
This was causing keyframe_granule to be set to 0 for all streams when seeking to the beginning of the stream, i.e., at the beginning of playback. Fixes #619778.
-
Vincent Penquerc'h authored
Instead, use either 0 or 1, depending on bitstream version, which give the correct result for streams which aren't cut off at start. This allows that function to not return negative granpos. https://bugzilla.gnome.org/show_bug.cgi?id=638276
-
christian schaller authored
-
Arun Raghavan authored
Some cosmetic changes and expands on some bits of the documentation to make it more newbie-friendly.
-
Robert Swain authored
The outgoing buffer timestamp is calculated by scaling an output buffer count by the src pad frame rate caps. If these caps change, we need to reset the count and work from a new base timestamp. The new output buffer timestamp is then the count scaled by the new caps values added onto the base timestamp.
-
Edward Hervey authored
Avoids escaping strings for nothing and printing out useless buffer contents.
-
Edward Hervey authored
-
Tim-Philipp Müller authored
-
- 05 Jan, 2011 15 commits
-
-
Edward Hervey authored
Makes more sense name-wise
-
Edward Hervey authored
-
Arun Raghavan authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
Along with a bunch of other internal cleanups
-
Edward Hervey authored
-
Edward Hervey authored
API: gst_encoding_list_available_categories API: gst_encoding_list_all_targets
-
Edward Hervey authored
API: gst_encoding_profile_find
-
Edward Hervey authored
Fixes #637735
-
Edward Hervey authored
API: gst_encoding_target_get_profile
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
reported by macosx gcc
-
- 04 Jan, 2011 1 commit
-
-
Arun Raghavan authored
-
- 02 Jan, 2011 2 commits
-
-
David Schleef authored
-
Tim-Philipp Müller authored
There isn't really any good reason to get the last buffer from an audio sink, so don't make the sink keep it around unnecessarily.
-
- 31 Dec, 2010 7 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Moved from gst-plugins-bad into -base, becasue it uses videotestsrc and other elements from -base, so it can't be in core.
-
Stefan Kost authored
Use autovideosink instead of hardcoded sinks. Use an additional colorspace converter between videotestsrc and timeoverlay.
-
Michael Smith authored
-
Sebastian Dröge authored
-
Stefan Kost authored
Original commit message from CVS: * gst/selector/gstoutputselector.c: * tests/icles/output-selector-test.c: Use BOILERPLATE macro and update test to the latest api changes.
-
Stefan Kost authored
Original commit message from CVS: * gst/multifile/gstmultifilesink.c: Add a fixme comment. * gst/selector/gstoutputselector.c: Fix same leak as in input-selector. * tests/icles/output-selector-test.c: Improve the test.
-