From e5c55ad554ebc80cea7ab0ba5c49d833c7189599 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 2 Jul 2012 12:04:19 -0700 Subject: [PATCH] interaudiosink: reenable channel property --- gst/inter/gstinteraudiosink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/inter/gstinteraudiosink.c b/gst/inter/gstinteraudiosink.c index fd5987e358..c4ddf76770 100644 --- a/gst/inter/gstinteraudiosink.c +++ b/gst/inter/gstinteraudiosink.c @@ -160,12 +160,10 @@ gst_inter_audio_sink_class_init (GstInterAudioSinkClass * klass) base_sink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_inter_audio_sink_unlock_stop); -#if 0 g_object_class_install_property (gobject_class, PROP_CHANNEL, g_param_spec_string ("channel", "Channel", "Channel name to match inter src and sink elements", "default", G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -#endif } static void