mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
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>) {
|
fn analyze_streams(playbin: &gst::Element, textbufcell: &SendCell<gtk::TextBuffer>) {
|
||||||
{
|
{
|
||||||
let textbuf = textbufcell.borrow();
|
let textbuf = textbufcell.borrow();
|
||||||
textbuf.set_text(&"");
|
textbuf.set_text("");
|
||||||
}
|
}
|
||||||
|
|
||||||
add_streams_info(playbin, textbufcell, "video");
|
add_streams_info(playbin, textbufcell, "video");
|
||||||
|
|
Loading…
Reference in a new issue