deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Resolve Glib-CRITICAL errors on Pipeline Restart - changing state from PLAYING to STOPPED to PLAYING

Open rjhowell44 opened this issue 3 years ago • 0 comments

The following assertion errors have gone undetected during automated testing... Pipeline will play a second or third time, but will eventually lead to seg-fault. Noticed with uri sources, with the following pair of assertions occurring for each source.

(dsl-test-app:10467): GLib-CRITICAL **: 10:25:07.003: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(dsl-test-app:10467): GLib-CRITICAL **: 10:25:07.004: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed

rjhowell44 avatar Feb 07 '22 18:02 rjhowell44