diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 14:09:51 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 14:09:51 +0000 |
commit | 235fa26fcb53c5bb91b3db3b1f81ece077050627 (patch) | |
tree | 5b1de15f9ad21b4bcb8fb5b8e495ddc0c551eb04 | |
parent | 4d97abb272985aa812deb3f92f6213cb40be16d2 (diff) |
gst/cdxaparse/gstcdxaparse.*: some renaming add some checks/sanity prepare for seek addition
Original commit message from CVS:
* gst/cdxaparse/gstcdxaparse.c:
* gst/cdxaparse/gstcdxaparse.h:
some renaming
add some checks/sanity
prepare for seek addition
* sys/sunaudio/gstsunaudio.c:
remove exported dupe init function
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> + + * gst/cdxaparse/gstcdxaparse.c: + * gst/cdxaparse/gstcdxaparse.h: + some renaming + add some checks/sanity + prepare for seek addition + + * sys/sunaudio/gstsunaudio.c: + remove exported dupe init function + 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com> * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats), @@ -18,7 +29,7 @@ 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * configure.ac: - test for FIONREAD ioctl in sys/filio.h forSolaris compat. + test for FIONREAD ioctl in sys/filio.h for Solaris compat. * gst/tcp/gsttcpclientsrc.c: idem * gst/tcp/gsttcpserversink.c: idem * gst/tcp/gsttcpserversrc.c: idem |