A new batch of // fixes
authorChristian Schaller <uraeus@gnome.org>
Sat, 19 Jan 2002 15:02:09 +0000 (15:02 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sat, 19 Jan 2002 15:02:09 +0000 (15:02 +0000)
Original commit message from CVS:
A new batch of // fixes

gst/law/alaw-decode.c
gst/law/alaw-decode.h
gst/law/alaw-encode.c
gst/law/alaw-encode.h
gst/law/mulaw-decode.c
gst/law/mulaw-decode.h
gst/law/mulaw-encode.c
gst/law/mulaw-encode.h

index 23dd608..1ce5edd 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -45,8 +45,7 @@ static void           gst_alawdec_chain                       (GstPad *pad, GstBuffer *buf);
 
 
 static GstElementClass *parent_class = NULL;
-//static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };
-//
+/*static guint gst_stereo_signals[LAST_SIGNAL] = { 0 }; */
 /*
 static GstPadNegotiateReturn
 alawdec_negotiate_sink (GstPad *pad, GstCaps **caps, gint counter)
@@ -117,7 +116,7 @@ gst_alawdec_init (GstALawDec *alawdec)
 {
   alawdec->sinkpad = gst_pad_new_from_template(alawdec_sink_template,"sink");
   alawdec->srcpad = gst_pad_new_from_template(alawdec_src_template,"src");
-  //gst_pad_set_negotiate_function(alawdec->sinkpad, alawdec_negotiate_sink);
+  /*gst_pad_set_negotiate_function(alawdec->sinkpad, alawdec_negotiate_sink);*/
 
   gst_element_add_pad(GST_ELEMENT(alawdec),alawdec->sinkpad);
   gst_pad_set_chain_function(alawdec->sinkpad,gst_alawdec_chain);
index f487009..88c39ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-// #include <gst/meta/audioraw.h>
+/* #include <gst/meta/audioraw.h> */
 
 
 #ifdef __cplusplus
@@ -51,7 +51,7 @@ struct _GstALawDec {
 
   GstPad *sinkpad,*srcpad;
 
-  //MetaAudioRaw meta;
+  /*MetaAudioRaw meta; */
 
 };
 
index ed4f685..853a56f 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -45,7 +45,7 @@ static void           gst_alawenc_chain                       (GstPad *pad, GstBuffer *buf);
 
 
 static GstElementClass *parent_class = NULL;
-//static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };
+/*static guint gst_stereo_signals[LAST_SIGNAL] = { 0 }; */
 
 /*
 static GstPadNegotiateReturn
@@ -117,7 +117,7 @@ gst_alawenc_init (GstALawEnc *alawenc)
 {
   alawenc->sinkpad = gst_pad_new_from_template(alawenc_sink_template,"sink");
   alawenc->srcpad = gst_pad_new_from_template(alawenc_src_template,"src");
-  //gst_pad_set_negotiate_function(alawenc->sinkpad, alawenc_negotiate_sink);
+  /*gst_pad_set_negotiate_function(alawenc->sinkpad, alawenc_negotiate_sink);*/
 
   gst_element_add_pad(GST_ELEMENT(alawenc),alawenc->sinkpad);
   gst_pad_set_chain_function(alawenc->sinkpad,gst_alawenc_chain);
index 023d063..a0eac9f 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-// #include <gst/meta/audioraw.h>
+/* #include <gst/meta/audioraw.h> */
 
 
 #ifdef __cplusplus
@@ -51,7 +51,7 @@ struct _GstALawEnc {
 
   GstPad *sinkpad,*srcpad;
 
-  //MetaAudioRaw meta;
+  /*MetaAudioRaw meta; */
 
 };
 
index 8e27c8f..5e485a3 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -44,7 +44,7 @@ static void           gst_mulawdec_chain                      (GstPad *pad, GstBuffer *buf);
 
 
 static GstElementClass *parent_class = NULL;
-//static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };
+/*static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };*/
 
 /*
 static GstPadNegotiateReturn
@@ -116,7 +116,7 @@ gst_mulawdec_init (GstMuLawDec *mulawdec)
 {
   mulawdec->sinkpad = gst_pad_new_from_template(mulawdec_sink_template,"sink");
   mulawdec->srcpad = gst_pad_new_from_template(mulawdec_src_template,"src");
-  //gst_pad_set_negotiate_function(mulawdec->sinkpad, mulawdec_negotiate_sink);
+  /*gst_pad_set_negotiate_function(mulawdec->sinkpad, mulawdec_negotiate_sink);*/
 
   gst_element_add_pad(GST_ELEMENT(mulawdec),mulawdec->sinkpad);
   gst_pad_set_chain_function(mulawdec->sinkpad,gst_mulawdec_chain);
index 431b1bd..dc3045e 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-// #include <gst/meta/audioraw.h>
+/* #include <gst/meta/audioraw.h> */
 
 
 #ifdef __cplusplus
@@ -51,7 +51,7 @@ struct _GstMuLawDec {
 
   GstPad *sinkpad,*srcpad;
 
-  //MetaAudioRaw meta;
+  /*MetaAudioRaw meta; */
 
 };
 
index 3c88121..5d9090f 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -44,7 +44,7 @@ static void           gst_mulawenc_chain                      (GstPad *pad, GstBuffer *buf);
 
 
 static GstElementClass *parent_class = NULL;
-//static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };
+/*static guint gst_stereo_signals[LAST_SIGNAL] = { 0 }; */
 
 /*
 static GstPadNegotiateReturn
@@ -116,7 +116,7 @@ gst_mulawenc_init (GstMuLawEnc *mulawenc)
 {
   mulawenc->sinkpad = gst_pad_new_from_template(mulawenc_sink_template,"sink");
   mulawenc->srcpad = gst_pad_new_from_template(mulawenc_src_template,"src");
-  //gst_pad_set_negotiate_function(mulawenc->sinkpad, mulawenc_negotiate_sink);
+  /*gst_pad_set_negotiate_function(mulawenc->sinkpad, mulawenc_negotiate_sink);*/
 
   gst_element_add_pad(GST_ELEMENT(mulawenc),mulawenc->sinkpad);
   gst_pad_set_chain_function(mulawenc->sinkpad,gst_mulawenc_chain);
index 009b470..b601888 100644 (file)
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 
 #include <config.h>
 #include <gst/gst.h>
-// #include <gst/meta/audioraw.h>
+/* #include <gst/meta/audioraw.h> */
 
 
 #ifdef __cplusplus
@@ -51,7 +51,7 @@ struct _GstMuLawEnc {
 
   GstPad *sinkpad,*srcpad;
 
-  //MetaAudioRaw meta;
+  /*MetaAudioRaw meta; */
 
 };