interaudiosink: reenable channel property

This commit is contained in:
David Schleef 2012-07-02 12:04:19 -07:00 committed by Sebastian Dröge
parent b96fde73ab
commit e5c55ad554

View file

@ -160,12 +160,10 @@ gst_inter_audio_sink_class_init (GstInterAudioSinkClass * klass)
base_sink_class->unlock_stop = base_sink_class->unlock_stop =
GST_DEBUG_FUNCPTR (gst_inter_audio_sink_unlock_stop); GST_DEBUG_FUNCPTR (gst_inter_audio_sink_unlock_stop);
#if 0
g_object_class_install_property (gobject_class, PROP_CHANNEL, g_object_class_install_property (gobject_class, PROP_CHANNEL,
g_param_spec_string ("channel", "Channel", g_param_spec_string ("channel", "Channel",
"Channel name to match inter src and sink elements", "Channel name to match inter src and sink elements",
"default", G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); "default", G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
#endif
} }
static void static void