- 07 Jul, 2011 5 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
They're just noise.
-
Wim Taymans authored
Conflicts: gst-libs/gst/tag/gstxmptag.c gst/encoding/gststreamsplitter.c
-
Wim Taymans authored
-
Wim Taymans authored
Don't use the .init function but compile all functions when needed instead of when the plugin is registered.
-
- 06 Jul, 2011 8 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Can't access msg->structure directly any more.
-
Tim-Philipp Müller authored
Not sure if we want to keep the GstMixer API in its current form though..
-
Tim-Philipp Müller authored
Compiles now, but fails.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
To avoid warnings
-
- 05 Jul, 2011 3 commits
-
-
Wim Taymans authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The video format is set up in the sink pad's setcaps() function.
-
- 04 Jul, 2011 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Add macros to get the plane and offset of a component.
-
Wim Taymans authored
Make a new GstVideoFormatinfo structure that contains the specific information related to a format such as the number of planes, components, subsampling, pixel stride etc. The result is that we are now able to introduce the concept of components again in the API. Use tables to specify the formats and its properties. Use macros to get information about the video format description. Move code to set strides, offsets and size into one function. Remove methods that are not handled with the structures. Add methods to retrieve pointers and strides to the components in the video.
-
- 30 Jun, 2011 1 commit
-
-
Luis de Bethencourt authored
cspace and cspace2 may run uninitialized.
-
- 29 Jun, 2011 3 commits
-
-
Robert Swain authored
Add a flags property and two flags to allow one to disable the conversion elements within encodebin. Doing so insists that the uncompressed input to encodebin for the appropriate stream type is sufficient to meet the caps requirements of the encoders, muxers and encodebin target. This is mostly beneficial to bypass slow caps negotiations in the conversion elements.
-
Thiago Santos authored
Windows picture viewer is unhappy with extra trailing chars at the end of the xmppacket footer. So remove them as they aren't needed.
-
Robert Swain authored
Caps returned from gst_pad_peer_get_caps_reffed () may not be writable. If they are not is should cause an assertion in gst_caps_merge (), however, sometimes assertions are disabled in binary builds of -base and it's safer to just be sure the caps are writable. Also, check that the reffed caps pointer is not NULL.
-
- 28 Jun, 2011 1 commit
-
-
Mark Nauwelaerts authored
-
- 26 Jun, 2011 12 commits
-
-
Philip Jägenstedt authored
The length check isn't sufficient, an source might report the correct length, but then still fail to read the requested number of bytes for some reason. https://bugzilla.gnome.org/show_bug.cgi?id=652642
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Will need to add replacement API for some of these.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
This interface depends on properties and isn't per-instance.
-
Tim-Philipp Müller authored
Fix copy'n'paste error in headers, GstRTSPExtension isn't something that's per-instance.
-
Tim-Philipp Müller authored
No need for per-instance checking of interface implementation here, presumably just a copy'n'paste issue.
-
-
- 23 Jun, 2011 4 commits
-
-
David Schleef authored
From 69b981f to 605cd9a
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Use the cropping metadata to crop the image. Remove deprecated display-region property to set a clipping rectangle.
-