aboutsummaryrefslogtreecommitdiff
path: root/src/discourse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/discourse.c')
-rw-r--r--src/discourse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discourse.c b/src/discourse.c
index 5ce67e4..358c63b 100644
--- a/src/discourse.c
+++ b/src/discourse.c
@@ -531,7 +531,7 @@ _setup_video_gst_pipelines(MESSENGER_DiscourseInfo *info)
531 g_assert(info); 531 g_assert(info);
532 532
533 info->video_record_pipeline = gst_parse_launch( 533 info->video_record_pipeline = gst_parse_launch(
534 "v4l2src ! videoconvert ! video/x-raw,format=I420,rate=30,width=1280,height=720 ! x264enc tune=zerolatency ! rtph264pay ! capsfilter name=filter ! fdsink name=sink", 534 "videotestsrc ! videoconvert ! video/x-raw,format=I420,rate=30,width=1280,height=720 ! x264enc tune=zerolatency ! rtph264pay ! capsfilter name=filter ! fdsink name=sink",
535 NULL 535 NULL
536 ); 536 );
537 537