Skip to content
  • Sebastian Dröge's avatar
    bitwriter: Fix inclusion of header in C++ code · f57e79a0
    Sebastian Dröge authored and Sebastian Dröge's avatar Sebastian Dröge committed
    ../subprojects/gstreamer/libs/gst/base/gstbitwriter.h: In function 'gboolean _gst_bit_writer_check_remaining(GstBitWriter*, guint32)':
    ../subprojects/gstreamer/libs/gst/base/gstbitwriter.h:161:31: error: invalid conversion from 'gpointer' {aka 'void*'} to 'guint8*' {aka 'unsigned char*'} [-fpermissive]
       bitwriter->data = g_realloc (bitwriter->data, (new_bit_size >> 3));
                         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    f57e79a0