mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
h263parse: fix compilation
This commit is contained in:
parent
16810321ee
commit
52fce49459
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue