diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-02-03 20:35:26 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-02-03 20:35:26 +0000 |
commit | 909b204b264a35fe9b2f565a24a71ff296303aae (patch) | |
tree | 668bc6f91add80872fc5117298fb9afefcb1d861 /ext/audiofile/gstafsink.h | |
parent | fac29d09ff70d5faa2ee6fc38e827d6bffb8c6f2 (diff) | |
download | gst-plugins-bad-909b204b264a35fe9b2f565a24a71ff296303aae.tar.gz gst-plugins-bad-909b204b264a35fe9b2f565a24a71ff296303aae.tar.bz2 gst-plugins-bad-909b204b264a35fe9b2f565a24a71ff296303aae.zip |
// to /* */ fixes
Original commit message from CVS:
// to /* */ fixes
Diffstat (limited to 'ext/audiofile/gstafsink.h')
-rw-r--r-- | ext/audiofile/gstafsink.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/audiofile/gstafsink.h b/ext/audiofile/gstafsink.h index 297aed36..d61951b6 100644 --- a/ext/audiofile/gstafsink.h +++ b/ext/audiofile/gstafsink.h @@ -35,7 +35,7 @@ extern "C" { #endif /* __cplusplus */ -//GstElementDetails gst_afsink_details; +/*GstElementDetails gst_afsink_details;*/ #define GST_TYPE_AFSINK \ @@ -63,9 +63,9 @@ struct _GstAFSink { GstPad *sinkpad; gchar *filename; -// FILE *file; +/* FILE *file; */ -// AFfilesetup outfilesetup; +/* AFfilesetup outfilesetup; */ AFfilehandle file; int format; int channels; @@ -75,7 +75,7 @@ struct _GstAFSink { int type; /* type of output, compare to audiofile.h * RAW, AIFF, AIFFC, NEXTSND, WAVE */ - // FIXME : endianness is a little cryptic at this point + /* FIXME : endianness is a little cryptic at this point */ int endianness_data; /* 4321 or 1234 */ int endianness_wanted; /* same thing, but what the output format wants */ int endianness_output; /* what the output endianness will be */ @@ -89,7 +89,7 @@ struct _GstAFSinkClass { }; GType gst_afsink_get_type(void); -//gboolean gst_afsink_factory_init (GstElementFactory *factory); +/*gboolean gst_afsink_factory_init (GstElementFactory *factory); */ #ifdef __cplusplus |