- 23 Feb, 2011 9 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Make dataflow happen.
-
Wim Taymans authored
More miniobject fixing, leaks horribly somewhere..
-
Wim Taymans authored
More minionject stuff.
-
Wim Taymans authored
-
Wim Taymans authored
More work on making miniobject a simple allocated struct.
-
Wim Taymans authored
First attempt at making miniobject a simple boxed type.
-
- 22 Feb, 2011 1 commit
-
-
Wim Taymans authored
Fix padding, remove deprecated symbols.
-
- 21 Feb, 2011 5 commits
-
-
-
Robert Swain authored
This was required to add a new MEDIA4 buffer flag for indicating progressive/mixed telecine video buffers. There is no space for additional flags in GstBuffer, so steal one from GstMiniObject. https://bugzilla.gnome.org/show_bug.cgi?id=642671
-
Tim-Philipp Müller authored
-
Edward Hervey authored
This commit changes the request pad behaviour for plugins and applications. Reopens Bug #402562 The proper fix for that bug is to keep track of created request pads. This reverts commit a5e44fff.
-
Stefan Kost authored
-
- 18 Feb, 2011 2 commits
-
-
Stefan Kost authored
-
David Schleef authored
Fixes #636011 and #402562.
-
- 17 Feb, 2011 2 commits
-
-
Stefan Kost authored
Also do some cleanup in the impl.
-
Tim-Philipp Müller authored
.. since we sadly have a plugin in -good that has a uchar property (cmmlenc) https://bugzilla.gnome.org/show_bug.cgi?id=642522
-
- 16 Feb, 2011 9 commits
-
-
Wim Taymans authored
atomicqueue: fix include order# Please enter the commit message for your changes. Lines starting
-
Wim Taymans authored
Use new GstPoll functionality to wakeup the mainloop. Use an atomic queue on the writer side to post the messages. The reader side it protected with the lock still because we don't want multiple concurrent readers.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Add an atomic queue. The queue can be used from multiple threads simultaneously and without taking any locks or doing any blocking operations. This makes it highly scalable for things like the bus, bufferpools and object recycling.
-
Wim Taymans authored
-
Stefan Kost authored
-
- 15 Feb, 2011 5 commits
-
-
Wim Taymans authored
Add a timeout member to the progress messages to let the application know about the timeout so that it can do some gui things with it.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- 14 Feb, 2011 4 commits
-
-
Chen Rui authored
We need to ensure we call gst_pad_check_link() with the two pads in the correct order. The order depends on wheter we iterate src or sink pads. Signed-off-by:
Chen Rui <rui.chen@tieto.com>
-
Wim Taymans authored
Check the sinkpad for the flushing state before calling the chainfunction on the pad. We do this by checking the cache (which is also cleared on the srcpad when the sink is set to flushing). Fixes #641928
-
Stefan Kost authored
-
Stefan Kost authored
It was comparing the length with itself. Fixes #642071.
-
- 10 Feb, 2011 3 commits
-
-
Wim Taymans authored
Add a parameter to the QoS event to specify the QoS event type. Update docs and add unit test. See #638891
-
Wim Taymans authored
-
Tim-Philipp Müller authored
-