-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Valgrind: test_videoio is failed (gstreamer, 2020-12-05) #19025
Copy link
Copy link
Closed
Milestone
Description
[ RUN ] videoio/Videoio_Bunny.frame_timestamp/0, where GetParam() = ("wmv", GSTREAMER)
[ WARN:0] OpenCV | GStreamer warning: unable to query duration of stream
[ INFO:0] OpenCV | GStreamer: /build/3_4_valgrind-lin64-debug/opencv_extra/testdata/highgui/video/big_buck_bunny.wmv
[ INFO:0] OpenCV | GStreamer: mode - FILE
[ WARN:0] OpenCV | GStreamer warning: Cannot query video position: status=1, value=0, duration=-1
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 82, which exceeds frame_period, where
timestamp evaluates to 82,
i*frame_period evaluates to 0, and
frame_period evaluates to 41.666667938232422.
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 81.666664123535156, which exceeds frame_period, where
timestamp evaluates to 165,
i*frame_period evaluates to 83.333335876464844, and
frame_period evaluates to 41.666667938232422.
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 81.333328247070312, which exceeds frame_period, where
timestamp evaluates to 248,
i*frame_period evaluates to 166.66667175292969, and
frame_period evaluates to 41.666667938232422.
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 81.666656494140625, which exceeds frame_period, where
timestamp evaluates to 415,
i*frame_period evaluates to 333.33334350585938, and
frame_period evaluates to 41.666667938232422.
[ FAILED ] videoio/Videoio_Bunny.frame_timestamp/0, where GetParam() = ("wmv", GSTREAMER) (859 ms)
[ RUN ] videoio/Videoio_Bunny.frame_timestamp/21, where GetParam() = ("mjpg.avi", GSTREAMER)
--14171-- memcheck GC: 5909 nodes, 2811 survivors (47.6%)
--14171-- memcheck GC: 5997 new table size (driftup)
(opencv_test_videoio:14171): GStreamer-CRITICAL **: 02:17:21.681: gst_query_set_position: assertion 'format == g_value_get_enum (gst_structure_id_get_value (s, GST_QUARK (FORMAT)))' failed
[ WARN:0] OpenCV | GStreamer warning: Cannot query video position: status=1, value=-1, duration=125
[ INFO:0] OpenCV | GStreamer: /build/3_4_valgrind-lin64-debug/opencv_extra/testdata/highgui/video/big_buck_bunny.mjpg.avi
[ INFO:0] OpenCV | GStreamer: mode - FILE
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 47.411819999999999, which exceeds frame_period, where
timestamp evaluates to 47.411819999999999,
i*frame_period evaluates to 0, and
frame_period evaluates to 41.666667938232422.
/build/3_4_valgrind-lin64-debug/opencv/modules/videoio/test/test_video_io.cpp:259: Failure
The difference between timestamp and i*frame_period is 47.065192123535155, which exceeds frame_period, where
timestamp evaluates to 130.398528,
i*frame_period evaluates to 83.333335876464844, and
frame_period evaluates to 41.666667938232422.
[ FAILED ] videoio/Videoio_Bunny.frame_timestamp/21, where GetParam() = ("mjpg.avi", GSTREAMER) (616 ms)
Reactions are currently unavailable