mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
signalprocessor: these are not gtk-doc comments
This commit is contained in:
parent
ee2c1e6624
commit
2e46fcb3c6
1 changed files with 2 additions and 2 deletions
|
@ -513,7 +513,7 @@ setcaps_pull_failed:
|
|||
}
|
||||
}
|
||||
|
||||
/** De-interleave a pad (gstreamer => plugin) */
|
||||
/* De-interleave a pad (gstreamer => plugin) */
|
||||
static void
|
||||
gst_signal_processor_deinterleave_group (GstSignalProcessorGroup * group,
|
||||
guint nframes)
|
||||
|
@ -528,7 +528,7 @@ gst_signal_processor_deinterleave_group (GstSignalProcessorGroup * group,
|
|||
= group->interleaved_buffer[(i * group->channels) + j];
|
||||
}
|
||||
|
||||
/** Interleave a pad (plugin => gstreamer) */
|
||||
/* Interleave a pad (plugin => gstreamer) */
|
||||
static void
|
||||
gst_signal_processor_interleave_group (GstSignalProcessorGroup * group,
|
||||
guint nframes)
|
||||
|
|
Loading…
Reference in a new issue