Skip to content

tsmux: Minor fixes

Jan Alexander Steffens requested to merge heftig/gstreamer:tsmux-minor into main
  • tsmux: Add missing include
    We need GstMpegtsPMTStream here.

  • tsmux: Fix default new_stream_func
    tsmux_stream_new is missing the user_data parameter and shouldn't be cast to TsMuxNewStreamFunc.

    Prefer not casting at all to make sure we don't miss such an issue.

  • tsmux: Fix default get_es_descrs_func
    tsmux_stream_default_get_es_descrs is missing the user_data parameter and shouldn't be cast to TsMuxStreamGetESDescriptorsFunc.

    Prefer not casting at all to make sure we don't miss such an issue.

Merge request reports