summaryrefslogtreecommitdiff
path: root/gst/speed
Commit message (Expand)AuthorAgeFilesLines
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-5/+5
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* speed: Fix position query some moreEdward Hervey2014-06-091-2/+0
* speed: make position query able to convert bytes to timeEdward Hervey2014-06-021-0/+6
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-271-2/+0
* speed: make duration query able to convert bytes to timeVincent Penquerc'h2014-04-091-2/+6
* speed: Clarify passthrough in switch statementEdward Hervey2014-04-081-1/+1
* speed: Fix some bytes-per-frame vs. bytes-per-sample mixupsSebastian Dröge2013-10-091-3/+3
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-043-6/+6
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* speed: Various 1.0 style additionsOlivier Crête2012-09-122-99/+48
* speed: port to 0.11Sreerenj Balachandran2012-09-122-143/+108
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* speed: tiny doc blob clarificationStefan Sauer2011-11-221-1/+1
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-1/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+6
* speed: fix warnings in macosx snow leopardJosep Torra2009-10-111-6/+12
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Final round of doc updates.Stefan Kost2008-06-161-10/+5
* gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro2007-07-301-1/+2
* Fix leaks.Edward Hervey2007-06-221-4/+2
* gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou...Tim-Philipp Müller2007-05-041-88/+47
* gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ...Tim-Philipp Müller2007-05-041-29/+51
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-1/+1
* configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller2006-06-091-1/+1
* 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
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+1
* ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo2005-11-221-2/+2
* gst/: API change fix.Wim Taymans2005-10-191-17/+54
* gst/speed/Makefile.am: Fix build of speed.Julien Moutte2005-10-181-1/+1
* Fixed Speed - Recovered featured missed since version 1.37, and changed other...Edgard Lima2005-10-172-80/+364
* Ported speed Plugin to GStreamer 0.9Flavio Oliveira2005-09-082-93/+57
* Fix up all the state change functions.Jan Schmidt2005-09-051-8/+9
* Add query function to GstSpeed, so that the stream length and current positio...Tim-Philipp Müller2005-02-152-15/+128
* and make it handle more than one channel.Tim-Philipp Müller2005-02-105-157/+216
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2005-02-021-5/+8
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+151
* gst/speed/gstspeed.c: Fix caps parsing. (bug #140064)David Schleef2004-04-291-3/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-152-7/+8
* *.h: Revert indentingJohan Dahlin2004-03-151-7/+7
* gst-indentThomas Vander Stichele2004-03-143-156/+159
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1