- 18 Jan, 2012 5 commits
-
-
Tim-Philipp Müller authored
Which should be soon, since we already depend on an unstable glib for -base.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It should work everywhere now, and -base and -good depend on the GstNetMeta API.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Some warts still, but it's a start.
-
- 17 Jan, 2012 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 16 Jan, 2012 3 commits
-
-
Wim Taymans authored
Use a method to check for writability instead of a macro so that we can change the implementation more easily.
-
Wim Taymans authored
-
Wim Taymans authored
-
- 13 Jan, 2012 4 commits
-
-
Mark Nauwelaerts authored
-
Vincent Penquerc'h authored
When _clear gets called between _map and _unmap, buffers will be unreffed. If the adapter was mapped, memory leaks may occur. While calling _clear between _map and _unmap does not seem like such a great idea, this is possible in the audio encoder base class, as _clear may be called in _finish_frame. Since the audio encoder relies on flushing to keep track of timestamps, delaying flushing till after handle_frame seems dangerous. So, we unmap on clear, as the next unmap will do nothing. This makes _clear safe to call between _map and _unmap, while avoiding leaking the mapped buffer. https://bugzilla.gnome.org/show_bug.cgi?id=664133
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
Conflicts: tools/gst-inspect.c
-
- 12 Jan, 2012 4 commits
-
-
Tim-Philipp Müller authored
Which we had to add because GLib didn't have it back in the day. Port everything to plain old G_TYPE_DATE, which is also a boxed type. Ideally we'd just use GDateTime for everything, but it doesn't support not setting some of the fields unfortuntely (which would be very useful for tag handling in general, if we could express 2012-01 for example). https://bugzilla.gnome.org/show_bug.cgi?id=666351
-
Antoine Tremblay authored
GstBaseParse was not clearing its adapter on reset causing problems when a pipeline went for example from PLAYING to NULL state and then back to PLAYING again. The data from the last stream would be used in the parser. https://bugzilla.gnome.org/show_bug.cgi?id=667444
-
Vincent Penquerc'h authored
-
Edward Hervey authored
-
- 11 Jan, 2012 1 commit
-
-
- 10 Jan, 2012 2 commits
-
-
Sebastian Dröge authored
-
Edward Hervey authored
Avoids ending up in cases where typefind gets activated in pull-mode and caps never get sent. https://bugzilla.gnome.org/show_bug.cgi?id=667337
-
- 09 Jan, 2012 6 commits
-
-
Christian Fredrik Kalager Schaller authored
-
Christian Fredrik Kalager Schaller authored
-
Christian Fredrik Kalager Schaller authored
-
Tim-Philipp Müller authored
-
Matej authored
-
Tim-Philipp Müller authored
-
- 06 Jan, 2012 7 commits
-
-
Edward Hervey authored
Happens when checking for subsets of caps
-
Wim Taymans authored
-
Wim Taymans authored
Count how many mappings are currently active and also with what access pattern. Update the design doc with restrictions on the access patterns for nested mappings. Check if nested mappings obey the access mode restrictions of the design doc. Add various unit tests to check the desired behaviour.
-
Wim Taymans authored
Use the original data pointer to unmap the buffer memory.
-
Wim Taymans authored
-
Wim Taymans authored
handle -1 in unmap correctly when the offset is modified.
-
Wim Taymans authored
Make an unmap call with a different data pointer than the map call update the offset field. This allows for both offset and size adjustements in the unmap call.
-
- 05 Jan, 2012 6 commits
-
-
-
Wim Taymans authored
Add check for mapping and resizing
-
Wim Taymans authored
Take the offset into account whem mapping and unmapping the buffer.
-
Wim Taymans authored
-
Wim Taymans authored
-
Tim-Philipp Müller authored
-