summaryrefslogtreecommitdiff
path: root/gst-libs/gst/cdda/gstcddabasesrc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-12cdda: rename GstCddaBaseSrc to GstAudioCdSrc and move to libgstaudioTim-Philipp Müller1-1622/+0
2011-11-09remove query typesWim Taymans1-17/+0
2011-11-02update for tag API removalWim Taymans1-2/+1
2011-10-31ext, gst, gst-libs, tests: update for tag list API changesTim-Philipp Müller1-2/+2
2011-10-10update for UNEXPECTED -> EOS flowreturnWim Taymans1-1/+1
2011-09-06audio: change audio format syntax a littleWim Taymans1-5/+3
2011-07-27gst-libs: update for query API changesTim-Philipp Müller1-11/+9
2011-06-22fix for uri changesWim Taymans1-2/+2
2011-05-17Revert "-base_port to new query API"Sebastian Dröge1-13/+12
2011-05-16-base: port to new SEGMENT APIWim Taymans1-4/+2
2011-05-10-base_port to new query APIWim Taymans1-12/+13
2011-05-09-base: don't use buffer capsWim Taymans1-4/+0
2011-04-19cddabasesrc: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-37/+22
2011-03-27libs: port to new data APIWim Taymans1-1/+1
2010-03-16Add -Wwrite-strings to configureBenjamin Otte1-1/+1
2009-11-09cddabasesrc: Never return a negative track number in get_uri()Sebastian Dröge1-1/+3
2009-11-09cddabasesrc: Don't set the track to 1 every time a device is setSebastian Dröge1-2/+0
2009-09-17cddabasesrc: Fix string leaks in the unit test and a leak in cddabasesrcSebastian Dröge1-6/+8
2009-09-17cddabasesrc: ignore URI fragments that look like device pathsJonathan Matthew1-2/+5
2009-08-28cddabasesrc: safely handle the indexesWim Taymans1-5/+28
2009-08-06cddabasesrc: Allow to specify the device name in the URISebastian Dröge1-11/+53
2009-05-26cddabasesrc: Remove copy of sha1 digestBastien Nocera1-11/+12
2009-04-19cddabasesrc: fix posting of discid tags after MERGE_MODE_REPLACE_ALL changes ...Tim-Philipp Müller1-2/+2
2009-01-07gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode publ...Sebastian Dröge1-3/+1
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öge1-3/+16
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-5/+7
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-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
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üller1-17/+10
2006-08-17gst-libs/gst/cdda/gstcddabasesrc.c: Make buffer durations add up (duration sh...Tim-Philipp Müller1-7/+15
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üller1-0/+1541