forked from mirrors/gstreamer-rs
Remove unneeded reference
This commit is contained in:
parent
95317267ec
commit
6bb9eaf739
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ mod tutorial5 {
|
|||
fn analyze_streams(playbin: &gst::Element, textbufcell: &SendCell<gtk::TextBuffer>) {
|
||||
{
|
||||
let textbuf = textbufcell.borrow();
|
||||
textbuf.set_text(&"");
|
||||
textbuf.set_text("");
|
||||
}
|
||||
|
||||
add_streams_info(playbin, textbufcell, "video");
|
||||
|
|
Loading…
Reference in a new issue