mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
mad: fix compilation
This commit is contained in:
parent
d6b150a1f1
commit
7de44ab61b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ static void gst_mad_set_property (GObject * object, guint prop_id,
|
|||
static void gst_mad_get_property (GObject * object, guint prop_id,
|
||||
GValue * value, GParamSpec * pspec);
|
||||
|
||||
#define parent_class gst_mad_parent_class
|
||||
G_DEFINE_TYPE (GstMad, gst_mad, GST_TYPE_AUDIO_DECODER);
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue