summaryrefslogtreecommitdiffstats
path: root/gst/videomixer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/videomixer/videomixer.c: Fix stride issues. Does not completely work for ...Wim Taymans2004-11-031-18/+39
* gst/videomixer/videomixer.c: Copy timestamps from the master pad to the outpu...Wim Taymans2004-09-071-0/+4
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-4/+2
* gst/videomixer/Makefile.am: Fix things that should have been fixed in the las...David Schleef2004-07-301-4/+4
* fix install locationThomas Vander Stichele2004-07-301-4/+1
* more working pluginsSteve Lhomme2004-07-271-1/+1
* gst/videomixer/videomixer.c: Be a nicer negotiation citizen and provide a get...Wim Taymans2004-07-271-0/+32
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+145
* gst/videomixer/videomixer.c: Avoid divide by zero, choose masterpad as the pa...Wim Taymans2004-06-281-28/+57
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-283-0/+1152