mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-02 08:21: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",
|
"format",
|
||||||
&gst::List::new(&[
|
&gst::List::new(&[&gst_audio::AUDIO_FORMAT_S16.to_string()]),
|
||||||
//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(),
|
|
||||||
]),
|
|
||||||
),
|
),
|
||||||
("rate", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
("rate", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
||||||
("channels", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
("channels", &gst::IntRange::<i32>::new(1, i32::MAX)),
|
||||||
|
|
Loading…
Reference in a new issue