Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/livesync/examples/gtk_livesync.rs')
-rw-r--r--utils/livesync/examples/gtk_livesync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/livesync/examples/gtk_livesync.rs b/utils/livesync/examples/gtk_livesync.rs
index b0a77089..c30da7ab 100644
--- a/utils/livesync/examples/gtk_livesync.rs
+++ b/utils/livesync/examples/gtk_livesync.rs
@@ -32,7 +32,7 @@ impl Drop for DroppingProbe {
}
fn create_pipeline() -> gst::Pipeline {
- gst::parse_launch(
+ gst::parse::launch(
r#"videotestsrc name=vsrc is-live=1
! video/x-raw,framerate=60/1,width=800,height=600
! identity single-segment=1