- 23 Feb, 2011 19 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
We need to have the types of the miniobjects before registering the tranforms.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
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 4 commits
-
-
Wim Taymans authored
Remove deprecated stuff, fix padding, rearrange methods.
-
Wim Taymans authored
Fix padding, remove deprecated symbols.
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: configure.ac gst/gstelement.c gst/gstelement.h gst/gstpad.c gst/gstutils.c libs/gst/base/Makefile.am libs/gst/check/Makefile.am libs/gst/controller/Makefile.am libs/gst/dataprotocol/Makefile.am libs/gst/net/Makefile.am win32/common/libgstreamer.def
-
- 21 Feb, 2011 7 commits
-
-
Thiago Santos authored
Avoid doing unnecessary pad-allocs when on passthrough mode. If multiple basetransform elements are on a pipeline, they would do a pad-alloc for each received buffer, each element would do this, so we would have lots of pad allocs on the pipeline for a single buffer being pushed through it. This patch attempts to reduce this amount by avoiding doing pad-allocs if the element has already done it after the last pushed buffer. So it will only be allowed to do a new pad-alloc after it has pushed a buffer, so we get 1x1 pad-alloc and buffer ratio https://bugzilla.gnome.org/show_bug.cgi?id=642373
-
-
Tim-Philipp Müller authored
-
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 4 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
-
David Schleef 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 4 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
-