summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-07-02 12:04:19 -0700
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-07-03 09:09:08 +0200
commite5c55ad554ebc80cea7ab0ba5c49d833c7189599 (patch)
tree4cd14d86b645631d5f28ddbe4bef9f75c9e59334 /gst
parentb96fde73ab6bc8558eb431dac66b5ee1d8537617 (diff)
downloadgstreamer-plugins-bad-e5c55ad554ebc80cea7ab0ba5c49d833c7189599.tar.gz
interaudiosink: reenable channel property
Diffstat (limited to 'gst')
-rw-r--r--gst/inter/gstinteraudiosink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/inter/gstinteraudiosink.c b/gst/inter/gstinteraudiosink.c
index fd5987e35..c4ddf7677 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