summaryrefslogtreecommitdiff
path: root/ext/swfdec
Commit message (Expand)AuthorAgeFilesLines
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-10/+6
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Fix leaks.Edward Hervey2007-06-221-6/+3
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-3/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* ext/swfdec/gstswfdec.c: Fix build (class_init declaration/definition mismatch).Tim-Philipp Müller2006-04-101-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-4/+4
* ext/swfdec/Makefile.am: Don't set plugindir.Tim-Philipp Müller2006-04-032-3/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Update from swfdec.David Schleef2006-01-211-25/+21
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-191-4/+14
* ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller2005-12-121-2/+2
* ext/swfdec/gstswfdec.c: Add a subclass of GstBuffer that wraps SwfdecBuffers....David Schleef2005-12-121-7/+84
* swfdec Ported to 0.10.Edgard Lima2005-12-093-130/+359
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* Fix up all the state change functions.Jan Schmidt2005-09-051-11/+12
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* Don't return SUCCESS from the state change when the parent call failsJan Schmidt2005-01-161-3/+1
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-091-3/+1
* configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef2004-10-142-226/+150
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-103/+105
* *.h: Revert indentingJohan Dahlin2004-03-151-34/+31
* gst-indentThomas Vander Stichele2004-03-142-306/+303
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef2004-01-222-8/+98
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-1/+1
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-26/+12
* Merge CAPS branchDavid Schleef2003-12-222-72/+37
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+0
* fix for new plugin systemBenjamin Otte2003-11-031-29/+30
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-27/+0
* change printfs to GST_DEBUGDavid Schleef2003-10-161-3/+3
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-5/+5
* Fix typefind function for BBB's new systemDavid Schleef2003-10-031-2/+6
* two small build fixesChristian Schaller2003-08-251-0/+1
* Remove redundant plugindir definitionDavid Schleef2003-08-101-2/+0
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-062-18/+10
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+4
* hack removalWim Taymans2003-06-131-4/+0
* UNITS -> DEFAULTWim Taymans2003-05-241-19/+3
* Rewrote much of the code. Hopefully will work with gst-player now.David Schleef2003-04-221-482/+61
* Add length queryingDavid Schleef2003-01-231-36/+14
* Update for new APIDavid Schleef2003-01-172-35/+37
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1