- 02 Apr, 2013 1 commit
-
-
Tim-Philipp Müller authored
-
- 31 Mar, 2013 1 commit
-
-
Tim-Philipp Müller authored
API: gst_event_set_stream_flags() API: gst_event_parse_stream_flags() API: GST_STREAM_FLAG_NONE API: GST_STREAM_FLAG_SPARSE https://bugzilla.gnome.org/show_bug.cgi?id=600648
-
- 29 Mar, 2013 1 commit
-
-
Sebastian Dröge authored
-
- 23 Nov, 2012 1 commit
-
-
Alessandro Decina authored
-
- 03 Nov, 2012 1 commit
-
-
- 24 Oct, 2012 1 commit
-
-
Sebastian Dröge authored
-
- 11 Sep, 2012 1 commit
-
-
Wim Taymans authored
We won't be able to implement this so it's better to move it out of the way.
-
- 12 Aug, 2012 1 commit
-
-
Tim-Philipp Müller authored
gst_structure_id_get() will make a copy of the string extracted, but we're assigning it to a const gchar *.
-
- 11 Aug, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 06 Aug, 2012 1 commit
-
-
Sebastian Dröge authored
This is supposed to allow uniquely identifying a single stream.
-
- 28 Jul, 2012 1 commit
-
-
Tim-Philipp Müller authored
We need to send two kinds of TOCs downstream as events, and need both to stick to the pads. https://bugzilla.gnome.org/show_bug.cgi?id=678742
-
- 27 Jul, 2012 1 commit
-
-
Sebastian Dröge authored
This specifies if a given taglist applies to the complete medium or only this specific stream. By default a taglist has a stream scope. Fixes bug #677619.
-
- 11 Jul, 2012 1 commit
-
-
Wim Taymans authored
-
- 10 Jul, 2012 1 commit
-
-
Edward Hervey authored
-
- 05 Jul, 2012 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Wim Taymans authored
Move the locking methods from GstMemory to GstMiniObject. Add a miniobject flag to enable LOCKABLE objects. LOCKABLE objects can use the lock/unlock API to control the access to the object. Add a minobject flag that allows you to lock an object in readonly mode. Modify the _is_writable() method to check the shared counter for LOCKABLE objects. This allows us to control writability separately from the refcount for LOCKABLE objects.
-
- 26 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
Now that TOCs are refcounted and have a GType, we can just stuff a ref of the TOC directly into the various toc event/message/query structures and get rid of lots of cracktastic GstStructure <-> GstToc serialisation and deserialisation code. We lose some TOC sanity checking in the process, but that should really be done when it's being created anyway.
-
- 23 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
So mini objects don't have to poke into the GstMiniObject part of the structure. Saves lines of code, and seems slightly cleaner. We don't have proper OO hierarchies or methods here after all.
-
- 18 Jun, 2012 1 commit
-
-
Evan Nemerson authored
These changes are to clean up syntax issues such as missing colons, missing spaces, etc., and minor issues such as argument names in headers not matching the implementation and/or documentation.
-
- 15 Jun, 2012 2 commits
-
-
Wim Taymans authored
-
Tim-Philipp Müller authored
-
- 14 Jun, 2012 1 commit
-
-
Wim Taymans authored
The size field is used by subclasses to store the total allocated size of the memory for this miniobject. Because miniobject doesn't really do anything with this field we can move it to the subclasses.
-
- 06 Jun, 2012 2 commits
-
-
Sebastian Dröge authored
Elements are supposed to merge upstream events.
-
Wim Taymans authored
The name of the event is used to store multiple sticky events of a certain type on a pad. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676859
-
- 26 May, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 21 May, 2012 1 commit
-
-
Stefan Sauer authored
Tell about async_done messages for some events and review the _event_new_seek docs.
-
- 07 Apr, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 02 Apr, 2012 4 commits
-
-
Tim-Philipp Müller authored
-
Stefan Sauer authored
-
Alexander Saprykin authored
-
Alexander Saprykin authored
-
- 29 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 28 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 16 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 12 Feb, 2012 2 commits
-
-
Tim-Philipp Müller authored
As they can fail (only one of stream headers or setup data is usually present).
-
Tim-Philipp Müller authored
More generic.
-
- 10 Feb, 2012 1 commit
-
-
Wim Taymans authored
Make an _init method where the parent mini-object and other fields are initialized. Check that the passed structure doesn't already have a parent. Use the _new_custom () constructors
-
- 08 Feb, 2012 1 commit
-
-
Wim Taymans authored
-
- 28 Jan, 2012 1 commit
-
-
Tim-Philipp Müller authored
-