summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafsrc.h
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-02-03 20:35:26 +0000
committerChristian Schaller <uraeus@gnome.org>2002-02-03 20:35:26 +0000
commit909b204b264a35fe9b2f565a24a71ff296303aae (patch)
tree668bc6f91add80872fc5117298fb9afefcb1d861 /ext/audiofile/gstafsrc.h
parentfac29d09ff70d5faa2ee6fc38e827d6bffb8c6f2 (diff)
downloadgst-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/gstafsrc.h')
-rw-r--r--ext/audiofile/gstafsrc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/audiofile/gstafsrc.h b/ext/audiofile/gstafsrc.h
index 38116e4b..2544678b 100644
--- a/ext/audiofile/gstafsrc.h
+++ b/ext/audiofile/gstafsrc.h
@@ -35,7 +35,7 @@ extern "C" {
#endif /* __cplusplus */
-//GstElementDetails gst_afsrc_details;
+/*GstElementDetails gst_afsrc_details;*/
#define GST_TYPE_AFSRC \
@@ -63,9 +63,9 @@ struct _GstAFSrc {
GstPad *srcpad;
gchar *filename;
-// FILE *file;
+/* FILE *file; */
-// AFfilesetup outfilesetup;
+/* AFfilesetup outfilesetup; */
AFfilehandle file;
int format;
int channels;
@@ -81,7 +81,7 @@ struct _GstAFSrc {
gulong seq;
guint64 framestamp;
- // 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 */
@@ -95,7 +95,7 @@ struct _GstAFSrcClass {
};
GType gst_afsrc_get_type(void);
-//gboolean gst_afsrc_factory_init (GstElementFactory *factory);
+/*gboolean gst_afsrc_factory_init (GstElementFactory *factory);*/
#ifdef __cplusplus