index
:
~wtay/gst-plugins-base
0.10
0.10.36
0.11
0.11-data
0.11-fdo
1.0
1.2
1.4
abi-unbreak
alsasink-ringbuffer
audio-duplex
audiosink-clock
bufferpool
bufferpool-0.11
burstcache
colorspace
colorspace2
d2see
dont-set-caps
download
duplex-audio
framestep
intlinks-query
master
master-fdo
memory-improvements
memory-improvements3
mikey
mulas4wl
multisocketsink-receive
new-video-caps
new-vorbis
ogg-index
oggdemux-fix
orc-0.5-bits
playbin2-groups
qnx-0.10.25
qnx-buffering
rawhide
release
rename-events
resampler
reset-time
rhel-7.0
rhel-7.2
rhel-7.3
rhel-7.x
ring_buffer_props
rtp-list
rtsp-client-connection
rtsp-connection
sa
ste-base-0.10.25
ste-base-rtp-0.10.25
temp
tiled
timestamp-audiosrc
tp-vision
video-scaler
video-scaler-old
wim-fdo/0.11-fdo
work
GStreamer base plugins hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
cdda
/
gstcddabasesrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-12
cdda: rename GstCddaBaseSrc to GstAudioCdSrc and move to libgstaudio
Tim-Philipp Müller
1
-1622
/
+0
2011-11-09
remove query types
Wim Taymans
1
-17
/
+0
2011-11-02
update for tag API removal
Wim Taymans
1
-2
/
+1
2011-10-31
ext, gst, gst-libs, tests: update for tag list API changes
Tim-Philipp Müller
1
-2
/
+2
2011-10-10
update for UNEXPECTED -> EOS flowreturn
Wim Taymans
1
-1
/
+1
2011-09-06
audio: change audio format syntax a little
Wim Taymans
1
-5
/
+3
2011-07-27
gst-libs: update for query API changes
Tim-Philipp Müller
1
-11
/
+9
2011-06-22
fix for uri changes
Wim Taymans
1
-2
/
+2
2011-05-17
Revert "-base_port to new query API"
Sebastian Dröge
1
-13
/
+12
2011-05-16
-base: port to new SEGMENT API
Wim Taymans
1
-4
/
+2
2011-05-10
-base_port to new query API
Wim Taymans
1
-12
/
+13
2011-05-09
-base: don't use buffer caps
Wim Taymans
1
-4
/
+0
2011-04-19
cddabasesrc: Use G_DEFINE_TYPE instead of GST_BOILERPLATE
Sebastian Dröge
1
-37
/
+22
2011-03-27
libs: port to new data API
Wim Taymans
1
-1
/
+1
2010-03-16
Add -Wwrite-strings to configure
Benjamin Otte
1
-1
/
+1
2009-11-09
cddabasesrc: Never return a negative track number in get_uri()
Sebastian Dröge
1
-1
/
+3
2009-11-09
cddabasesrc: Don't set the track to 1 every time a device is set
Sebastian Dröge
1
-2
/
+0
2009-09-17
cddabasesrc: Fix string leaks in the unit test and a leak in cddabasesrc
Sebastian Dröge
1
-6
/
+8
2009-09-17
cddabasesrc: ignore URI fragments that look like device paths
Jonathan Matthew
1
-2
/
+5
2009-08-28
cddabasesrc: safely handle the indexes
Wim Taymans
1
-5
/
+28
2009-08-06
cddabasesrc: Allow to specify the device name in the URI
Sebastian Dröge
1
-11
/
+53
2009-05-26
cddabasesrc: Remove copy of sha1 digest
Bastien Nocera
1
-11
/
+12
2009-04-19
cddabasesrc: fix posting of discid tags after MERGE_MODE_REPLACE_ALL changes ...
Tim-Philipp Müller
1
-2
/
+2
2009-01-07
gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode publ...
Sebastian Dröge
1
-3
/
+1
2008-12-12
gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().
Edward Hervey
1
-1
/
+0
2008-05-28
gst-libs/gst/cdda/gstcddabasesrc.c: Fix EOS condition and track addition chec...
Wim Taymans
1
-3
/
+3
2008-04-03
gst-libs/gst/cdda/: Use GLib's base64 implementation instead of our own.
Sebastian Dröge
1
-3
/
+16
2008-03-22
Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...
Sebastian Dröge
1
-5
/
+7
2007-12-16
gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached...
Tim-Philipp Müller
1
-4
/
+4
2007-05-04
gst-libs/gst/cdda/gstcddabasesrc.c: Fix it so that it (a) makes sense and (b)...
Tim-Philipp Müller
1
-1
/
+1
2007-05-04
gst-libs/gst/cdda/gstcddabasesrc.c: Fix build when disabling asserts.
Stefan Kost
1
-1
/
+4
2006-12-09
Declare variables at the beginning of a block. Fixes #383195.
Jens Granseuer
1
-2
/
+2
2006-10-10
ext/gnomevfs/: Fix URI interface implementation return type.
Josep Torre Valles
1
-5
/
+10
2006-10-05
Printf format fixes.
Tim-Philipp Müller
1
-1
/
+1
2006-09-23
Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on ...
Tim-Philipp Müller
1
-17
/
+10
2006-08-17
gst-libs/gst/cdda/gstcddabasesrc.c: Make buffer durations add up (duration sh...
Tim-Philipp Müller
1
-7
/
+15
2006-05-09
Const-ify GEnumValue and GFlagsValue arrays. Use
Tim-Philipp Müller
1
-1
/
+1
2006-04-29
gst-libs/gst/cdda/gstcddabasesrc.c: compile fix; strtol() needs <stdlib.h>
Thomas Vander Stichele
1
-1
/
+2
2006-03-12
docs/plugins/: Add cdparanoiasrc to docs.
Tim-Philipp Müller
1
-0
/
+26
2006-02-13
gst-libs/gst/cdda/gstcddabasesrc.c: No need to push an EOS event here, GstBas...
Tim-Philipp Müller
1
-1
/
+1
2006-02-01
gst/: Pass unhandled queries to the parent class's query function.
Tim-Philipp Müller
1
-4
/
+4
2006-01-12
gst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus ...
Tim-Philipp Müller
1
-7
/
+11
2005-12-29
gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to...
Tim-Philipp Müller
1
-1
/
+2
2005-12-28
Add new libgstcdda with GstCddaBaseSrc class.
Tim-Philipp Müller
1
-0
/
+1541