Skip to content

Instantly share code, notes, and snippets.

@raytiley
Created December 28, 2018 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raytiley/6a20693d66e2f591d2c895aa4d34bbd6 to your computer and use it in GitHub Desktop.
Save raytiley/6a20693d66e2f591d2c895aa4d34bbd6 to your computer and use it in GitHub Desktop.
gl-output.txt
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd ../code
The system cannot find the path specified.
C:\WINDOWS\system32>e:
E:\>cd code
E:\code>cd digital-signage-poc
E:\code\digital-signage-poc>cargo run --features -- E:\channel-6600\channel.json
error: The argument '--features <FEATURES>' requires a value but none was supplied
USAGE:
cargo.exe run --features <FEATURES> --message-format <FMT>
For more information try --help
E:\code\digital-signage-poc>cargo run --features=gl -- E:\channel-6600\channel.json
Finished dev [unoptimized + debuginfo] target(s) in 1.80s
Running `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json`
(digital-signage-poc.exe:8336): GStreamer-WARNING **: 10:26:05.455: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': The specified module could not be found.
(digital-signage-poc.exe:8336): GStreamer-WARNING **: 10:26:05.533: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': The specified module could not be found.
0:00:02.394866000 8336 000001C920ADB930 ERROR wasapi gstwasapiutil.c:551:gst_wasapi_util_get_device_client:<channel-audio-sink> IMMDeviceEnumerator::GetDefaultAudioEndpoint failed (80070490): Element not found.
Error: StateChangeError
error: process didn't exit successfully: `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json` (exit code: 1)
E:\code\digital-signage-poc>code .
E:\code\digital-signage-poc>cargo run --features=gl -- E:\channel-6600\channel.json
Compiling digital-signage-poc v0.1.0 (E:\code\digital-signage-poc)
error[E0308]: mismatched types
--> src\channel.rs:672:45
|
672 | audio_sink.set_property("sync", true).unwrap();
| ^^^^
| |
| expected reference, found bool
| help: consider borrowing here: `&true`
|
= note: expected type `&dyn glib::ToValue`
found type `bool`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
error: Could not compile `digital-signage-poc`.
To learn more, run the command again with --verbose.
E:\code\digital-signage-poc>cargo run --features=gl -- E:\channel-6600\channel.json
Compiling digital-signage-poc v0.1.0 (E:\code\digital-signage-poc)
Finished dev [unoptimized + debuginfo] target(s) in 11.69s
Running `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json`
(digital-signage-poc.exe:4856): GStreamer-WARNING **: 10:27:41.702: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': The specified module could not be found.
(digital-signage-poc.exe:4856): GStreamer-WARNING **: 10:27:41.745: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': The specified module could not be found.
0:00:02.483726000 4856 000001997DC75630 ERROR wasapi gstwasapiutil.c:551:gst_wasapi_util_get_device_client:<channel-audio-line-in-actual-src-wasap> IMMDeviceEnumerator::GetDefaultAudioEndpoint failed (80070490): Element not found.
Received error from Some("/GstPipeline:channel-pipeline/GstAutoAudioSrc:channel-audio-line-in"): Could not open resource for reading. (debug: Some("../sys/wasapi/gstwasapisrc.c(404): gst_wasapi_src_open (): /GstWasapiSrc:channel-audio-line-in-actual-src-wasap:\nFailed to get default device"))
_win32_scaled_font_set_world_transform: The operation completed successfully.
error: process didn't exit successfully: `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json` (exit code: 3489660927)
E:\code\digital-signage-poc>cargo run --features=gl -- E:\channel-6600\channel.json
Finished dev [unoptimized + debuginfo] target(s) in 0.34s
Running `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json`
(digital-signage-poc.exe:8528): GStreamer-WARNING **: 10:30:15.104: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': The specified module could not be found.
(digital-signage-poc.exe:8528): GStreamer-WARNING **: 10:30:15.118: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': The specified module could not be found.
_win32_scaled_font_set_world_transform: The operation completed successfully.
0:00:03.934095000 8528 000002BCA0C5FDC0 ERROR gldebug gstgldebug.c:307:_gst_gl_debug_callback:<glcontextwgl0> high: GL error from API id:0, Unknown internal debug message. The Nvidia Quadro driver detected high GPU memory usage. This will impact application performance.
position: 00:00:07.6
E:\code\digital-signage-poc>cargo run --features=gl -- E:\channel-6600\channel.json
Finished dev [unoptimized + debuginfo] target(s) in 0.32s
Running `target\debug\digital-signage-poc.exe E:\channel-6600\channel.json`
(digital-signage-poc.exe:8220): GStreamer-WARNING **: 10:31:04.238: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstnice.dll': The specified module could not be found.
(digital-signage-poc.exe:8220): GStreamer-WARNING **: 10:31:04.251: Failed to load plugin 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': 'E:\gstreamer\1.0\x86_64\lib\gstreamer-1.0\gstwebrtc.dll': The specified module could not be found.
0:00:03.925487000 8220 00000264FED4DAC0 ERROR gldebug gstgldebug.c:307:_gst_gl_debug_callback:<glcontextwgl0> high: GL error from API id:0, Unknown internal debug message. The Nvidia Quadro driver detected high GPU memory usage. This will impact application performance.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 00:11:34.8
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 10:42:41.457:
Trying to dispose element glcolorconvertelement605, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 00:24:32.4
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 10:55:40.477:
Trying to dispose element glcolorconvertelement1266, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 10:55:40.493:
Trying to dispose element gloverlaycompositorelement1254, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 00:41:12.2
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 11:12:22.170:
Trying to dispose element glcolorconvertelement2114, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 01:25:37.5
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 11:56:52.695:
Trying to dispose element glcolorconvertelement4383, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 01:36:46.4
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 12:08:02.902:
Trying to dispose element gluploadelement9810, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 12:08:02.919:
Trying to dispose element glcolorconvertelement4947, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 01:49:42.1
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 12:21:00.129:
Trying to dispose element glcolorconvertelement5610, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 01:53:26.1
(digital-signage-poc.exe:8220): GStreamer-CRITICAL **: 12:24:44.544:
Trying to dispose element glcolorconvertelement5795, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
Received error from Some("/GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink"): A lot of buffers are being dropped. (debug: Some("../libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:channel-pipeline/GstBin:video-sink/GstGLImageSinkBin:video-sink/GstGLImageSink:sink:\nThere may be a timestamping problem, or this computer is too slow."))
position: 01:59:28.1
E:\code\digital-signage-poc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment