Remove unnecessary TODO comment

This commit is contained in:
Sebastian Dröge 2019-07-15 19:43:55 +03:00
parent cd8bca11aa
commit b91d23521f

View file

@ -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)),