summaryrefslogtreecommitdiff
path: root/gst-libs/gst/cdda
AgeCommit message (Expand)AuthorFilesLines
2009-01-07gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode publ...Sebastian Dröge2-3/+4
2008-12-12gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().Edward Hervey1-1/+0
2008-05-28gst-libs/gst/cdda/gstcddabasesrc.c: Fix EOS condition and track addition chec...Wim Taymans1-3/+3
2008-04-03gst-libs/gst/cdda/: Use GLib's base64 implementation instead of our own.Sebastian Dröge4-195/+16
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-5/+7
2008-02-27gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to l...Sebastian Dröge1-4/+4
2007-12-16gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached...Tim-Philipp Müller1-4/+4
2007-12-13Makefile.am: Add check-exports target and run it with 'make check'.Tim-Philipp Müller2-4/+4
2007-05-04gst-libs/gst/cdda/gstcddabasesrc.c: Fix it so that it (a) makes sense and (b)...Tim-Philipp Müller1-1/+1
2007-05-04gst-libs/gst/cdda/gstcddabasesrc.c: Fix build when disabling asserts.Stefan Kost1-1/+4
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2006-12-09Declare variables at the beginning of a block. Fixes #383195.Jens Granseuer1-2/+2
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles1-5/+10
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-09-23Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on ...Tim-Philipp Müller3-49/+16
2006-08-17gst-libs/gst/cdda/gstcddabasesrc.c: Make buffer durations add up (duration sh...Tim-Philipp Müller1-7/+15
2006-06-16Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed out in the header fil...Tim-Philipp Müller1-1/+1
2006-05-09Const-ify GEnumValue and GFlagsValue arrays. UseTim-Philipp Müller1-1/+1
2006-04-29gst-libs/gst/cdda/gstcddabasesrc.c: compile fix; strtol() needs <stdlib.h>Thomas Vander Stichele1-1/+2
2006-03-12docs/plugins/: Add cdparanoiasrc to docs.Tim-Philipp Müller1-0/+26
2006-02-13gst-libs/gst/cdda/gstcddabasesrc.c: No need to push an EOS event here, GstBas...Tim-Philipp Müller1-1/+1
2006-02-01gst/: Pass unhandled queries to the parent class's query function.Tim-Philipp Müller1-4/+4
2006-01-12gst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus ...Tim-Philipp Müller1-7/+11
2005-12-29gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to...Tim-Philipp Müller1-1/+2
2005-12-28Add new libgstcdda with GstCddaBaseSrc class.Tim-Philipp Müller7-0/+2440