mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
signalprocessor: remove commented out code that we don't need anymore
This commit is contained in:
parent
2bdaec2275
commit
6577be9572
1 changed files with 0 additions and 4 deletions
|
@ -109,10 +109,6 @@ gst_signal_processor_class_add_pad_template (GstSignalProcessorClass * klass,
|
|||
"endianness", G_TYPE_INT, G_BYTE_ORDER,
|
||||
"width", G_TYPE_INT, 32, "channels", G_TYPE_INT, channels, NULL);
|
||||
|
||||
/*if (pos)
|
||||
gst_audio_set_caps_channel_positions_list (caps, pos, channels);
|
||||
*/
|
||||
|
||||
new = g_object_new (GST_TYPE_SIGNAL_PROCESSOR_PAD_TEMPLATE,
|
||||
"name", name, "name-template", name,
|
||||
"direction", direction, "presence", GST_PAD_ALWAYS, "caps", caps, NULL);
|
||||
|
|
Loading…
Reference in a new issue