Skip to content
  • Sebastian Dröge's avatar
    memory: Fix compiler warnings in unit test · c1393aff
    Sebastian Dröge authored
    gst/gstmemory.c:570:38: error: implicit conversion from enumeration type 'GstMapFlags' to different enumeration
          type 'GstLockFlags' [-Werror,-Wenum-conversion]
      fail_unless (gst_memory_lock (mem, GST_MAP_WRITE));
                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
    c1393aff