Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. c:\gstreamer\1.0\x86\bin\gst-launch-1.0.exe videotestsrc num-buffers=1 ! video/x-raw,format=I420,width=1280,height=720 ! autovideoconvert ! avenc_bmp ! filesink location="/path/Snapshot.bmp"
  2.  
  3. Setting pipeline to PAUSED ...
  4. Pipeline is PREROLLING ...
  5.  
  6. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:31.674: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  7.  
  8. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:31.776: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  9.  
  10. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:31.875: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  11.  
  12. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:31.976: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  13.  
  14. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.077: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  15.  
  16. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.177: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  17.  
  18. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.278: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  19.  
  20. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.379: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  21.  
  22. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.480: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  23.  
  24. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.580: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  25.  
  26. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.681: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  27.  
  28. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.783: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  29.  
  30. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.884: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  31.  
  32. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:32.984: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  33.  
  34. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:33.085: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  35.  
  36. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:33.186: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  37.  
  38. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:33.286: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  39.  
  40. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:33.387: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  41.  
  42. (gst-launch-1.0:10832): GStreamer-CRITICAL **: 09:16:33.488: _gst_util_uint64_scale_int: assertion 'denom > 0' failed
  43. Got context from element 'msdkvpp0': gst.msdk.Context=context, gst.msdk.Context=(GstMsdkContext)"\(GstMsdkContext\)\ msdkcontext0";
  44. Pipeline is PREROLLED ...
  45. Setting pipeline to PLAYING ...
  46. New clock: GstSystemClock0,0 %)
  47. Got EOS from element "pipeline0".
  48. Execution ended after 0:00:00.019830000
  49. Setting pipeline to PAUSED ...
  50. Setting pipeline to READY ...
  51. Setting pipeline to NULL ...
  52. Freeing pipeline ...
  53.  
  54. The number of "_gst_util_uint64_scale_int: assertion 'denom > 0' failed" varies. When there are many, the attempt seem to fail.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement