h263parse: fix compilation
This commit is contained in:
parent
16810321ee
commit
52fce49459
@ -50,6 +50,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
|
|||||||
GST_STATIC_CAPS ("video/x-h263, variant = (string) itu")
|
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);
|
G_DEFINE_TYPE (GstH263Parse, gst_h263_parse, GST_TYPE_BASE_PARSE);
|
||||||
|
|
||||||
static gboolean gst_h263_parse_start (GstBaseParse * parse);
|
static gboolean gst_h263_parse_start (GstBaseParse * parse);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user