gstreamer/ext/a52dec
Tim-Philipp Müller 3734d90ce6 a52dec, amrwbec: fix parse function declaration mismatch
Fixes MSVC compiler warning:

amrwbdec.c(99): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
gsta52dec.c(156): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
2016-04-15 20:46:37 +01:00
..
gsta52dec.c a52dec, amrwbec: fix parse function declaration mismatch 2016-04-15 20:46:37 +01:00
gsta52dec.h Fix FSF address 2012-11-03 20:40:37 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00