summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.c
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-19/+11
* gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channe...Wim Taymans2008-05-201-8/+2
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+12
* gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.Tim-Philipp Müller2007-02-061-2/+3
* gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib ver...Tim-Philipp Müller2007-02-061-2/+2
* gst/smpte/: constify some static structs.Wim Taymans2007-01-231-0/+7
* gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats ...Tim-Philipp Müller2007-01-191-5/+18
* gst/smpte/gstsmpte.c: Ignore previous commit, that was only valid for widths ...Edward Hervey2007-01-191-6/+18
* gst/smpte/gstsmpte.c: Allocate buffers of the right size.Edward Hervey2007-01-191-3/+3
* gst/smpte/gstsmpte.c: Proxy getcaps on sink pads too, so that we either end u...Tim-Philipp Müller2007-01-181-2/+8
* gst/smpte/: Port to 0.10 some more.Wim Taymans2006-12-071-56/+171
* 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-6/+5
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+1
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-6/+3
* fix up more enumsThomas Vander Stichele2005-11-221-2/+2
* Fix for collect pads API change. Also fix textoverlay state change function.Tim-Philipp Müller2005-11-211-7/+7
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone...Wim Taymans2005-05-061-34/+36
* fix local includes and 64 bits constantsSteve Lhomme2004-07-271-1/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-26/+27
* gst-indentThomas Vander Stichele2004-03-141-144/+148
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-3/+3
* Merge CAPS branchDavid Schleef2003-12-221-44/+39
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* SMPTE transitions doneRonald S. Bultje2003-11-021-26/+29
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-5/+5
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-21/+23
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* Forward events.Wim Taymans2003-02-251-9/+19
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-3/+3
* Some cleanups, fix for the blending codeWim Taymans2002-10-171-11/+13
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-131-52/+116
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-101-0/+409