- 16 Sep, 2010 4 commits
-
-
Thijs Vermeir authored
-
Thijs Vermeir authored
Simple bar with foreground color on the background color
-
Thijs Vermeir authored
use gst_check_drop_buffers in videotestsrc to clear the global buffers list.
-
Thijs Vermeir authored
Use UYVY for unit tests, it's exactly the same as Y422. (which is currently disabled in videotestsrc)
-
- 15 Sep, 2010 9 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tristan Matthews authored
Fixes #629672
-
Thijs Vermeir authored
-
Edward Hervey authored
-
Sebastian Dröge authored
This reverts commit 129af0d8. This shouldn't be committed at all, it isn't ready and apparently was in the wrong branch locally.
-
Sebastian Dröge authored
Binding generators apparently need this as they can't really know that the callback is guaranteed to be called exactly once and that the user_data can be freed at the end of it.
-
Leo Singer authored
Fixes bug #586570.
-
David Schleef authored
And deprecate the gulong versions. This is to support platforms where sizeof(unsigned long) < sizeof(void *). Fixes #627565. API: Add gst_x_overlay_set_window_handle() API: Deprecate: gst_x_overlay_set_xwindow_id() API: Add gst_x_overlay_got_window_handle() API: Deprecate: gst_x_overlay_got_xwindow_id() API: Add GstXOverlay::set_window_handle() API: Deprecate: GstXOverlay::set_xwindow_id()
-
- 14 Sep, 2010 19 commits
-
-
David Schleef authored
-
David Schleef authored
Replace moving-color-bars pattern with smpte100, and change moving-speed to horizontal-speed. Default is now 0. Add a rotation stage to pattern building. Allocate a temporary scanline for building images. Remove unused code. Disable several patterns that we're unable to test and probably never used. Add other variants of bayer sampling. Convert some patterns to use videotestsrc_blend_line.
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
Scanlines are generated into AYUV/ARGB, then converted to the various formats.
-
David Schleef authored
-
David Schleef authored
-
Thijs Vermeir authored
This pattern is moving the color bars with a given speed. Negative speed is inverting the moving direction. https://bugzilla.gnome.org/show_bug.cgi?id=628500
-
David Schleef authored
Convert downsampling to Orc. Convert horizontal linear scaling to Orc. Combine horizontal and vertical scaling into one pass.
-
David Schleef authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
API: gst_video_convert_frame_async()
-
Sebastian Dröge authored
Unfortunately this can't test the encoding because there's no image encoder in base.
-
Sebastian Dröge authored
There will always be only a single output buffer and if the target caps have a different framerate than the input there will be a negotiation error during conversion.
-
Sebastian Dröge authored
-
-
-
- 13 Sep, 2010 1 commit
-
-
Mark Nauwelaerts authored
-
- 11 Sep, 2010 1 commit
-
-
Sebastian Dröge authored
-
- 10 Sep, 2010 4 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Add methods to convert between uri and sdpmessages, loosly based on http://tools.ietf.org/html/draft-fujikawa-sdp-url-01 API: GstSDPMessage::gst_sdp_message_parse_uri API: GstSDPMessage::gst_sdp_message_as_uri
-
Thijs Vermeir authored
-
Sebastian Dröge authored
-
- 09 Sep, 2010 2 commits
-
-
Tim-Philipp Müller authored
Only do wildcard expansion (why?!) on things that look like local file paths. Fixes passing of URIs containing '*' and '?' (see #629212).
-
Stefan Kost authored
Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check to try elements that would normaly be skipped.
-