- 10 Nov, 2011 17 commits
-
-
Vincent Penquerc'h authored
Offset and sizes have no bearing on each other here.
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
Allows using it from g-i
-
Edward Hervey authored
... and let's get fixing all those docs !
-
Wim Taymans authored
Make a default implementation of the transform_caps vmethod so that subclasses can call into it. Make a default implementation of transform_size. Avoid doing something in the vmethod trampoline.
-
Wim Taymans authored
Only override the methods in the unit tests when != NULL otherwise we might override the default implementation.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Add a default set_clock implementation and avoid doing work in the vmethod trampoline. This requires subclasses to chain up.
-
Wim Taymans authored
Avoid doing stuff in the vmethod trampoline, just let the default implementation of the method take care of things.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
The fixate caps function was not used externally and we have vmethods in the base classes where it is needed. Update some docs. simplify some fixate functions in the base classes. Also pass the untruncated caps to the vmethod.
-
- 09 Nov, 2011 12 commits
-
-
Wim Taymans authored
check the flushing state of the pad before storing the event.
-
Wim Taymans authored
Replace the acceptcaps function with a query.
-
Wim Taymans authored
when we are flushing, don't store the event on the pad but simply return FALSE. Don't deactivate the srcpad, we need it to be active in order to push the caps. Downstream can change the scheduling mode of an active pad.
-
Wim Taymans authored
-
René Stadler authored
test_sticky_caps_flushing is currently failing.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
It was not really useful
-
Vincent Penquerc'h authored
This fixes caps operations when different elements advertise some of their caps' properties differently (eg, for audio channels, either a range from 1 to 2, or a list of 1 and 2). https://bugzilla.gnome.org/show_bug.cgi?id=663643
-
Stefan Sauer authored
-
Wim Taymans authored
Add more query functions to prepare for doing more with queries
-
- 08 Nov, 2011 11 commits
-
-
Stefan Sauer authored
-
Wim Taymans authored
Fire query probes according to updated design doc.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: gst/gstelement.h gst/gstghostpad.c gst/gstminiobject.c
-
Wim Taymans authored
Allow probes to inspect the offset and size from a probe in pull mode and allow the probe to modify the buffer. Update design doc a little.
-
René Stadler authored
Seems like a trivial case, but this was actually broken in 0.11 recently.
-
Wim Taymans authored
Make a new GstPadProbeInfo structure and pass this in the probe callback. This allows us to add more things later and also allow the callback to replace or modify the passed object.
-