diff options
author | Jacki <jacki@thejackimonster.de> | 2024-08-01 18:22:19 +0200 |
---|---|---|
committer | Jacki <jacki@thejackimonster.de> | 2024-08-01 18:22:19 +0200 |
commit | ddaad7cadac320a7fffe87ed91a69e5f8886c651 (patch) | |
tree | 847798a23e086d5fa45685c81b225c141548153d | |
parent | 5cb93de19f0be0823640d1b6e5c0bbdeb28bdd30 (diff) | |
download | messenger-gtk-ddaad7cadac320a7fffe87ed91a69e5f8886c651.tar.gz messenger-gtk-ddaad7cadac320a7fffe87ed91a69e5f8886c651.zip |
Video gets displayed but coding seems to break content (WIP)
-rw-r--r-- | src/discourse.c | 2 |
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 | ||