Skip to content
  • Sebastian Dröge's avatar
    dashdemux: Fix compiler warning with clang · cd393096
    Sebastian Dröge authored
    gstdashdemux.c:1330:13: error: implicit conversion from enumeration type 'enum _GstAdaptiveDemuxFlowReturn' to different enumeration type
          'GstFlowReturn' [-Werror,-Wenum-conversion]
          ret = GST_ADAPTIVE_DEMUX_FLOW_SUBSEGMENT_END;
              ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    cd393096