mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-29 23:11:01 +00:00
Remove unnecessary TODO comment
This commit is contained in:
parent
cd8bca11aa
commit
b91d23521f
1 changed files with 1 additions and 6 deletions
|
@ -123,12 +123,7 @@ impl ObjectSubclass for NdiAudioSrc {
|
|||
&[
|
||||
(
|
||||
"format",
|
||||
&gst::List::new(&[
|
||||
//TODO add more formats?
|
||||
//&gst_audio::AUDIO_FORMAT_F32.to_string(),
|
||||
//&gst_audio::AUDIO_FORMAT_F64.to_string(),
|
||||
&gst_audio::AUDIO_FORMAT_S16.to_string(),
|
||||
]),
|
||||
&gst::List::new(&[&gst_audio::AUDIO_FORMAT_S16.to_string()]),
|
||||
),
|
||||
("rate", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
||||
("channels", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
||||
|
|
Loading…
Reference in a new issue