add info on h265 vps/sps/pps packet header

This commit is contained in:
F. Duncanh
2024-09-30 00:07:01 -04:00
parent c31a339229
commit d4060997e8
2 changed files with 5 additions and 4 deletions

View File

@@ -464,7 +464,6 @@ gboolean gstreamer_pipeline_bus_callback(GstBus *bus, GstMessage *message, void
#ifdef X_DISPLAY_FIX
case GST_MESSAGE_ELEMENT:
if (renderer_type[type]->gst_window && renderer_type[type]->gst_window->window) {
printf("hello element with gst_window \n");
GstNavigationMessageType message_type = gst_navigation_message_get_type (message);
if (message_type == GST_NAVIGATION_MESSAGE_EVENT) {
GstEvent *event = NULL;