[0.11] gst-plugins-bad: h263parse: fix compilation
Wim Taymans
wtay at kemper.freedesktop.org
Wed Feb 15 04:39:49 PST 2012
Module: gst-plugins-bad
Branch: 0.11
Commit: 52fce494597198db0d0422cec99026e19cbc4495
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=52fce494597198db0d0422cec99026e19cbc4495
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Feb 15 13:39:29 2012 +0100
h263parse: fix compilation
---
gst/videoparsers/gsth263parse.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index a0ecb21..a3c5ea4 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);
More information about the gstreamer-commits
mailing list