mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
vp8enc: Update patch to the new property names
This commit is contained in:
parent
b0459448b7
commit
e6dbdffbfe
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ GST_START_TEST (test_encode_simple)
|
|||
setup_vp8enc
|
||||
("video/x-raw,format=(string)I420,width=(int)320,height=(int)240,framerate=(fraction)25/1");
|
||||
|
||||
g_object_set (vp8enc, "max-latency", 5, NULL);
|
||||
g_object_set (vp8enc, "lag-in-frames", 5, NULL);
|
||||
|
||||
gst_segment_init (&seg, GST_FORMAT_TIME);
|
||||
seg.stop = gst_util_uint64_scale (20, GST_SECOND, 25);
|
||||
|
|
Loading…
Reference in a new issue