commit ddaad7cadac320a7fffe87ed91a69e5f8886c651
parent 5cb93de19f0be0823640d1b6e5c0bbdeb28bdd30
Author: Jacki <jacki@thejackimonster.de>
Date: Thu, 1 Aug 2024 18:22:19 +0200
Video gets displayed but coding seems to break content (WIP)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/discourse.c b/src/discourse.c
@@ -531,7 +531,7 @@ _setup_video_gst_pipelines(MESSENGER_DiscourseInfo *info)
g_assert(info);
info->video_record_pipeline = gst_parse_launch(
- "v4l2src ! videoconvert ! video/x-raw,format=I420,rate=30,width=1280,height=720 ! x264enc tune=zerolatency ! rtph264pay ! capsfilter name=filter ! fdsink name=sink",
+ "videotestsrc ! videoconvert ! video/x-raw,format=I420,rate=30,width=1280,height=720 ! x264enc tune=zerolatency ! rtph264pay ! capsfilter name=filter ! fdsink name=sink",
NULL
);