mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
interaudiosink: reenable channel property
This commit is contained in:
parent
b96fde73ab
commit
e5c55ad554
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue