summaryrefslogtreecommitdiffstats
path: root/sys/cdrom/gstcdplayer_ioctl.c
AgeCommit message (Collapse)AuthorFilesLines
2005-12-06expand tabsThomas Vander Stichele1-8/+8
Original commit message from CVS: expand tabs
2004-03-14gst-indentThomas Vander Stichele1-33/+38
Original commit message from CVS: gst-indent
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-0/+4
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2002-09-14s/if define/if defined/David I. Lehn1-8/+6
Original commit message from CVS: s/if define/if defined/
2002-09-14/* blush */Thomas Vander Stichele1-9/+1
Original commit message from CVS: /* blush */
2002-09-14this broke the compile for me. Did it work for anyone ? does this plugin ↵Thomas Vander Stichele1-1/+6
work at all ? Original commit message from CVS: this broke the compile for me. Did it work for anyone ? does this plugin work at all ?
2002-07-28Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. ↵Charles Schmidt1-104/+64
'end-track','current-track' and 'cddb-discid' propert... Original commit message from CVS: Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
2002-07-27Added the cdrom plugin by ishamael.Wim Taymans1-0/+165
Original commit message from CVS: Added the cdrom plugin by ishamael.