summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-15 13:39:29 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-15 13:39:29 +0100
commit52fce494597198db0d0422cec99026e19cbc4495 (patch)
treeaebf96cc993697ac9de6f3088e2ad17c14c96216
parent16810321ee286fbfec11fa1eec288552614c2abe (diff)
downloadgstreamer-plugins-bad-52fce494597198db0d0422cec99026e19cbc4495.tar.gz
h263parse: fix compilation
-rw-r--r--gst/videoparsers/gsth263parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index a0ecb21b4..a3c5ea4f4 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);