From f14fcbf8968c7fafa3a7d515df6b1cc1f76e17cc Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 19 Jan 2002 15:02:09 +0000 Subject: A new batch of // fixes Original commit message from CVS: A new batch of // fixes --- gst/law/alaw-decode.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gst/law/alaw-decode.c') diff --git a/gst/law/alaw-decode.c b/gst/law/alaw-decode.c index 23dd6084..1ce5edd4 100644 --- a/gst/law/alaw-decode.c +++ b/gst/law/alaw-decode.c @@ -1,4 +1,4 @@ -/* Gnome-Streamer +/* GStreamer * Copyright (C) <1999> Erik Walthinsen * * 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); -- cgit