summaryrefslogtreecommitdiff
path: root/gst/nuvdemux
AgeCommit message (Expand)AuthorFilesLines
2012-01-23nuvdemux: check directly for valid bufferMark Nauwelaerts1-2/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+6
2011-10-18assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-09-21nuvdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-1/+3
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2010-03-09nuvdemux: Update plugin descriptionBenjamin Otte1-2/+2
2009-10-11speed: fix warnings in macosx snow leopardJosep Torra1-2/+3
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-2/+3
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-10/+6
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-1/+1
2008-01-21One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actu...Stefan Kost1-2/+3
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost1-2/+7
2007-06-25gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller1-11/+12
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer1-3/+6
2006-10-26Fixed bug for files with timestamps less than 0.Edgard Lima2-10/+25
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller1-0/+2
2006-10-17Just a cast to make it compile oos big_endian systems.Edgard Lima1-1/+1
2006-10-17Created new element nuvdemux.Edgard Lima3-0/+1102