[0.11] gst-plugins-ugly: mad: fix compilation

Wim Taymans wtay at kemper.freedesktop.org
Wed Feb 15 04:45:16 PST 2012


Module: gst-plugins-ugly
Branch: 0.11
Commit: 7de44ab61be209b2a9d537ac34967db224766344
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=7de44ab61be209b2a9d537ac34967db224766344

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Feb 15 13:45:00 2012 +0100

mad: fix compilation

---

 ext/mad/gstmad.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c
index 38f1aed..9d344f0 100644
--- a/ext/mad/gstmad.c
+++ b/ext/mad/gstmad.c
@@ -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



More information about the gstreamer-commits mailing list