summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-03-30 12:02:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-03-30 12:02:34 +0200
commitc63fa9190ba833b3b040d662d949c5d5e5da46de (patch)
treeac5e5581b991c6653f1312717ccb34871469c9e9 /gst/videoparsers/gsth263parse.c
parentad1b47c3586e91e1799b93350fdc49c639e94573 (diff)
downloadgstreamer-plugins-bad-c63fa9190ba833b3b040d662d949c5d5e5da46de.tar.gz
videoparsers: Update for baseparse API changes
Diffstat (limited to 'gst/videoparsers/gsth263parse.c')
-rw-r--r--gst/videoparsers/gsth263parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index 9ff1af66c..4d75da87e 100644
--- a/gst/videoparsers/gsth263parse.c
+++ b/gst/videoparsers/gsth263parse.c
@@ -83,7 +83,7 @@ gst_h263_parse_class_init (GstH263ParseClass * klass)
/* Override BaseParse vfuncs */
parse_class->start = GST_DEBUG_FUNCPTR (gst_h263_parse_start);
parse_class->stop = GST_DEBUG_FUNCPTR (gst_h263_parse_stop);
- parse_class->event = GST_DEBUG_FUNCPTR (gst_h263_parse_sink_event);
+ parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_h263_parse_sink_event);
parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_h263_parse_handle_frame);
parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h263_parse_get_sink_caps);
}
@@ -142,7 +142,7 @@ gst_h263_parse_sink_event (GstBaseParse * parse, GstEvent * event)
break;
}
- return GST_BASE_PARSE_CLASS (parent_class)->event (parse, event);
+ return GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event);
}
static guint