mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-15 05:35:30 +00:00
STYLE: clean useless comment
This commit is contained in:
parent
761d7ae7ef
commit
7c98b2e830
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ impl ObjectSubclass for NdiVideoSrc {
|
|||
timestamp_data.offset += 1;
|
||||
buffer.set_offset_end(timestamp_data.offset);
|
||||
buffer.copy_from_slice(0, &vec).unwrap();
|
||||
// NDIlib_recv_free_video_v2(pNDI_recv, &video_frame);
|
||||
}
|
||||
|
||||
gst_log!(self.cat, obj: element, "Produced buffer {:?}", buffer);
|
||||
|
|
Loading…
Reference in a new issue