summaryrefslogtreecommitdiffstats
path: root/gst/videomixer
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-6/+1
* videomixer: some more indent fixesWim Taymans2009-03-261-3/+0
* videomixer: fix gst-indent screwupWim Taymans2009-03-261-50/+0
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-12/+5
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/videomixer/videomixer.c: Handle segments a little better. Fixes #537361.Wim Taymans2008-09-251-1/+15
* gst/videomixer/videomixer.c: Remove bogus check.Wim Taymans2008-06-101-2/+3
* gst/videomixer/videomixer.c: Use stream_time to synchronize the object proper...Wim Taymans2008-06-101-7/+26
* gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to...Sebastian Dröge2008-06-021-0/+61
* gst/videomixer/videomixer.*: duration and latency queries.Sebastian Dröge2008-05-282-0/+205
* gst/videomixer/videomixer.*: Implement proper seek/newsegment handling.Edward Hervey2008-05-272-1/+176
* gst/videomixer/videomixer.c: Add missing incudes.Stefan Kost2008-05-201-0/+5
* gst/videomixer/videomixer.*: Instead of a random number for the request pad i...Jan Schmidt2008-05-202-3/+12
* Try using thaytans new mechanism to get extra classes into plugin docs. Apare...Stefan Kost2008-05-191-0/+4
* gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha...Michael Smith2008-02-291-2/+3
* gst/videomixer/Makefile.am: Add controller flags.Stefan Kost2008-01-161-2/+2
* gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().Stefan Kost2008-01-161-3/+3
* docs/plugins/: Update plugin docs.Stefan Kost2008-01-154-128/+188
* gst/videomixer/videomixer.c: Fix error from my last commit.Edward Hervey2008-01-091-1/+1
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-091-27/+68
* gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just widt...Tim-Philipp Müller2007-05-081-19/+9
* gst/videomixer/videomixer.c: Introduce some locking around the videomixer sta...Sjoerd Simons2006-12-161-152/+109
* gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps functio...Sjoerd Simons2006-12-061-5/+1
* gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (w...Mark Nauwelaerts2006-11-131-26/+143
* gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...Mark Nauwelaerts2006-10-301-2/+2
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-2/+2
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validit...Julien Moutte2005-12-131-5/+5
* Adding documentation for videomixer on my way with a funny sample pipeline.Julien Moutte2005-12-121-2/+40
* gst/videomixer/videomixer.c: Fix caps negotiation. (#323896)Julien Moutte2005-12-121-22/+30
* expand tabsThomas Vander Stichele2005-12-061-137/+137
* Update for alloc_buffer changes.Andy Wingo2005-12-051-5/+7
* fix up more enumsThomas Vander Stichele2005-11-221-3/+3
* gst/videomixer/videomixer.c: Fractional framerates, videomixer.Michael Smith2005-11-221-14/+27
* Fix for collect pads API change. Also fix textoverlay state change function.Tim-Philipp Müller2005-11-211-6/+6
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+2
* gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)Andy Wingo2005-10-311-18/+10
* gst/videomixer/videomixer.c: Use gst_pad_get_parent and drop the ref that was...Julien Moutte2005-10-261-2/+12
* gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096.Julien Moutte2005-10-241-4/+4
* configure.ac: Adding videomixer.Julien Moutte2005-10-172-167/+216
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-13/+13
* gst/videomixer/videomixer.c: Only mix AYUV for maximum quality.Wim Taymans2004-11-081-82/+39
* gst/: More stride fixes.Wim Taymans2004-11-051-14/+12