fix: remove debug statements from video playback initialization

This commit is contained in:
uttarayan21
2025-12-09 23:56:20 +05:30
parent d75a2fb7e4
commit c7afcd3f0d

View File

@@ -273,8 +273,6 @@ impl Video {
let pad = video_sink.pads().first().cloned().unwrap(); let pad = video_sink.pads().first().cloned().unwrap();
dbg!(&pad);
dbg!(&pipeline);
cleanup!(pipeline.set_state(gst::State::Playing))?; cleanup!(pipeline.set_state(gst::State::Playing))?;
// wait for up to 5 seconds until the decoder gets the source capabilities // wait for up to 5 seconds until the decoder gets the source capabilities