summaryrefslogtreecommitdiff
path: root/ext/swfdec
AgeCommit message (Expand)AuthorFilesLines
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-10/+6
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2007-06-22Fix leaks.Edward Hervey1-6/+3
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele1-3/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
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üller2-3/+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 Lima3-130/+359
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 Schleef2-226/+150
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-15*.h: Revert indentingJohan Dahlin1-34/+31
2004-03-14gst-indentThomas Vander Stichele2-306/+303
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 Schleef2-8/+98
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 Schleef2-72/+37
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-1/+0
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-08-25two small build fixesChristian Schaller1-0/+1
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
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. Bultje2-18/+10
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 Schleef2-35/+37
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1