From 52fce494597198db0d0422cec99026e19cbc4495 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 15 Feb 2012 13:39:29 +0100 Subject: [PATCH] h263parse: fix compilation --- gst/videoparsers/gsth263parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c index a0ecb21b4c..a3c5ea4f43 100644 --- a/gst/videoparsers/gsth263parse.c +++ b/gst/videoparsers/gsth263parse.c @@ -50,6 +50,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_STATIC_CAPS ("video/x-h263, variant = (string) itu") ); +#define parent_class gst_h263_parse_parent_class G_DEFINE_TYPE (GstH263Parse, gst_h263_parse, GST_TYPE_BASE_PARSE); static gboolean gst_h263_parse_start (GstBaseParse * parse);