summaryrefslogtreecommitdiff
path: root/ext/swfdec/gstswfdec.c
Commit message (Expand)AuthorAgeFilesLines
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-10/+6
* Fix leaks.Edward Hervey2007-06-221-6/+3
* 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-031-1/+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-091-121/+338
* 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-141-212/+138
* 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
* gst-indentThomas Vander Stichele2004-03-141-275/+269
* 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-221-7/+96
* 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-221-71/+37
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* 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
* 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-061-17/+9
* 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-171-33/+34
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-8/+8
* Fix plugins for new query APIWim Taymans2002-12-301-5/+5
* sanity check in case of symbol clashes with avifileDavid I. Lehn2002-12-051-0/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* Add SWF Flash decoder plugin based on libswfdecDavid Schleef2002-09-151-0/+1142