- 29 Aug, 2011 3 commits
-
-
Wim Taymans authored
Remove gst_mini_object_register() and add a GST_DEFINE_MINI_OBJECT macro to define a _get_type() function for the boxed miniobject. Remove a bunch of custom _get_type() functions and replace them with the miniobject macro. Rename some _init method to _priv_*_initialize() like the rest of them. Inspired by patch from Johan Dahlin and see bug #657603
-
Wim Taymans authored
-
Wim Taymans authored
GLib will not call our copy/free with a NULL object
-
- 26 Aug, 2011 20 commits
-
-
Wim Taymans authored
Rename DROP to DECODE_ONLY. Add DROPPABLE flag to mark buffers that can be dropped to save bandwidth without destroying the stream.
-
Josep Torra authored
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Wim Taymans authored
We can also use a flag to indicate that a frame should be decoded but not displayed regardless of the the segment boundaries so we use the more generic _DROP.
-
Wim Taymans authored
-
- 25 Aug, 2011 4 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Reorder buffer flags and add some new ones. Remove the media specific flags, we can now easily do this with the FLAG_LAST flag because we don't extend from GstBuffer anymore.
-
Wim Taymans authored
Don't try to be smart and copy only a subset of buffer flag
-
Wim Taymans authored
-
- 23 Aug, 2011 2 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
-
- 22 Aug, 2011 2 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Remove our custom fourcc GValue.
-
- 21 Aug, 2011 1 commit
-
-
David Schleef authored
-
- 20 Aug, 2011 2 commits
-
-
Stefan Kost authored
Don't suggest deprecated method in the desction docs and try to be more helpful in other places by suggesting related functions.
-
Stefan Kost authored
Make it more obvious that one should pass the template name.
-
- 17 Aug, 2011 2 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- 16 Aug, 2011 3 commits
-
-
Wim Taymans authored
Make _fill, _extract and _memset return the actual number of bytes that were handled in case the buffer size is less than the specified size.
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Rename the GST_BUFFER_FLAG_PREROLL to GST_BUFFER_FLAG_LIVE and give the new flag a meaning. The old PREROLL flag never had a clear meaning.
-
- 15 Aug, 2011 1 commit
-
-
Tim-Philipp Müller authored
The MAX macro expands to code that checks if an unsigned integer is < 0. Fixes warning #186: pointless comparison of unsigned integer reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-