- 19 Apr, 2011 15 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Add method to compare the data in a buffer.
-
Wim Taymans authored
Conflicts: configure.ac
-
-
Havard Graff authored
trans->priv->force_alloc = FALSE would crash if the ref held is the last https://bugzilla.gnome.org/show_bug.cgi?id=648215
-
-
Tim-Philipp Müller authored
Protect index with its own lock. gst_index_get_writer_id() may take the object lock internally (the default resolver, GST_INDEX_RESOLVER_PATH, will anyway), so if we're using that to protect the index as well, we'll deadlock. https://bugzilla.gnome.org/show_bug.cgi?id=646811
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 18 Apr, 2011 3 commits
-
-
Sebastian Dröge authored
Internally guints were used everywhere already.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Elements must now post a DURATION message on the bus if they change the duration in PAUSED or PLAYING.
-
- 16 Apr, 2011 18 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And remove a useless base_init in basesrc
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This allows to add pad templates and set metadata in class_init instead of base_init. base_init is a concept that is not supported by almost all languages and copying the templates/metadata for subclasses is the more intuitive way of doing things. Subclasses can override pad templates of parent classes by adding a new template with the same now. Also gst_element_class_add_pad_template() now takes ownership of the pad template, which was assumed by all code before anyway. Fixes bug #491501.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
-
Tim-Philipp Müller authored
Make sure the scanner doesn't load or introspect or check any plugins, (especially not outside the build directory).
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 15 Apr, 2011 4 commits
-
-
Tim-Philipp Müller authored
Based on patch by: Daniel Macks <dmacks@netspace.org> Earlier versions of OSX don't support proper multiarch and trying to use /usr/bin/arch -foo with those versions would just break things. https://bugzilla.gnome.org/show_bug.cgi?id=615357
-
Tim-Philipp Müller authored
API: gst_base_parse_frame_free()
-
Tim-Philipp Müller authored
Frames must now be inited this way, can't just zero them out and use them.
-
Tim-Philipp Müller authored
Trace frames, split out code to queue a frame for later.
-