Skip to content

Conversation

@alehed
Copy link

@alehed alehed commented May 16, 2023

This fixes a copy-paste mistake that caused a bunch of critical warnings:

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

GStreamer-CRITICAL **: 11:38:05.911: gst_buffer_get_size: assertion 'GST_IS_BUFFER (buffer)' failed

This is caused because buffer lists are passed to the function meant to process buffers. This causes at least the buffer tracer to not work for buffer lists.

This fixes a copy-paste mistake that caused a bunch of
critical glib warnings when using the buffer tracer.
@alehed alehed changed the title Use correct hook in pad_push_list_pre Fix glib critical warnings when using buffer tracer Jun 1, 2023
@alehed alehed changed the title Fix glib critical warnings when using buffer tracer Fix critical warnings when using buffer tracer Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant