summaryrefslogtreecommitdiffstats
path: root/ext/swfdec/gstswfdec.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-22Fix leaks.Edward Hervey1-6/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-10ext/swfdec/gstswfdec.c: Fix build (class_init declaration/definition mismatch).Tim-Philipp Müller1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-4/+4
2006-04-03ext/swfdec/Makefile.am: Don't set plugindir.Tim-Philipp Müller1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-01-21Update from swfdec.David Schleef1-25/+21
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey1-4/+14
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller1-2/+2
2005-12-12ext/swfdec/gstswfdec.c: Add a subclass of GstBuffer that wraps SwfdecBuffers....David Schleef1-7/+84
2005-12-09swfdec Ported to 0.10.Edgard Lima1-121/+338
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-11/+12
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2005-01-16Don't return SUCCESS from the state change when the parent call failsJan Schmidt1-3/+1
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-3/+1
2004-10-14configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef1-212/+138
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-103/+105
2004-03-14gst-indentThomas Vander Stichele1-275/+269
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-22ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef1-7/+96
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-1/+1
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef1-26/+12
2003-12-22Merge CAPS branchDavid Schleef1-71/+37
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-03fix for new plugin systemBenjamin Otte1-29/+30
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-27/+0
2003-10-16change printfs to GST_DEBUGDavid Schleef1-3/+3
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-5/+5
2003-10-03Fix typefind function for BBB's new systemDavid Schleef1-2/+6
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-0/+3
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-17/+9
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-1/+4
2003-06-13hack removalWim Taymans1-4/+0
2003-05-24UNITS -> DEFAULTWim Taymans1-19/+3
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
2003-01-23Add length queryingDavid Schleef1-36/+14
2003-01-17Update for new APIDavid Schleef1-33/+34
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-8/+8
2002-12-30Fix plugins for new query APIWim Taymans1-5/+5
2002-12-05sanity check in case of symbol clashes with avifileDavid I. Lehn1-0/+1
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
2002-09-15Add SWF Flash decoder plugin based on libswfdecDavid Schleef1-0/+1142