projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1681032
)
h263parse: fix compilation
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 15 Feb 2012 12:39:29 +0000
(13:39 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 15 Feb 2012 12:39:29 +0000
(13:39 +0100)
gst/videoparsers/gsth263parse.c
patch
|
blob
|
history
diff --git
a/gst/videoparsers/gsth263parse.c
b/gst/videoparsers/gsth263parse.c
index a0ecb21b4c238b09d37dcd20e39b1dfd6f0a6e3c..a3c5ea4f433278ef1628c6589ed546958ec79769 100644
(file)
--- 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);