summaryrefslogtreecommitdiff
path: root/gst/auparse
AgeCommit message (Expand)AuthorFilesLines
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-21auparse: do not leak src_capsOgnyan Tonchev1-0/+2
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-27gst: fix variable order in some Makefile.amTim-Philipp Müller1-1/+1
2012-10-27gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-10fix template caps refcountWim Taymans1-1/+2
2012-01-05fix pad templatesWim Taymans1-1/+1
2012-01-05auparse: Port to the new multichannel caps and the new raw audio layout fieldSebastian Dröge1-1/+17
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-1/+2
2011-11-17add parent to pad functionsWim Taymans1-14/+14
2011-11-16add parent to query functionWim Taymans1-5/+5
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans1-2/+2
2011-11-10update for adapter api changesWim Taymans1-5/+6
2011-09-06-good: port to new audio capsWim Taymans1-13/+13
2011-08-19port to more audio api changesWim Taymans1-1/+1
2011-08-19port more elements to new audio caps and APIWim Taymans2-33/+48
2011-08-03Merge branch 'master' into 0.11Wim Taymans1-0/+6
2011-07-28gst: udpate for position/duration/convert query API changesTim-Philipp Müller1-5/+7
2011-07-19auparse: avoid hanging on invalid short inputMark Nauwelaerts1-0/+6
2011-07-07auparse: use ALWAYS src pad rather than SOMETIMESMark Nauwelaerts1-80/+32
2011-07-07auparse: port to 0.11Mark Nauwelaerts1-31/+25
2011-06-07auparse: Don't use GST_BOILERPLATEEdward Hervey1-20/+15
2011-05-18auparse: implement seekingChris E Jones1-9/+108
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-6/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-6/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2007-05-21Use audioconvert for converting from non-native endianness floats in auparse ...René Stadler2-41/+2
2007-04-10gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost1-2/+21
2007-03-30Revert last change as we don't want plugins-good to depend on plugins-base CV...Sebastian Dröge2-2/+41
2007-03-29configure.ac: Require gst-plugins-base CVS for audioconvert with non-native f...René Stadler2-41/+2
2006-10-06Activate pads before adding.Wim Taymans1-0/+1
2006-10-05Printf format fixes.Tim-Philipp Müller1-3/+3
2006-04-26gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...Tim-Philipp Müller2-254/+566
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-16/+31
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+3
2006-02-01gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller1-10/+16
2005-12-29gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller1-1/+1
2005-12-12gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_...Tim-Philipp Müller2-101/+67
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+3
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo1-1/+1
2005-11-21Forgot to commit header file changes, Makefile.am changes. Oops.Michael Smith2-1/+6
2005-11-21gst_object_unref, not g_object_unrefMichael Smith1-1/+1