From 3f3473772f12bdf598bc655201baaa237db5b90d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 16 Oct 2012 11:12:38 +0200 Subject: [PATCH] pwg: fix event function --- docs/pwg/building-eventfn.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/pwg/building-eventfn.xml b/docs/pwg/building-eventfn.xml index 51836ef..b72e376 100644 --- a/docs/pwg/building-eventfn.xml +++ b/docs/pwg/building-eventfn.xml @@ -13,18 +13,11 @@ Below follows a very simple event function that we install on the sink pad of our element. - + +sinkpad, gst_my_filter_sink_event); [..] } @@ -67,6 +60,7 @@ gst_my_filter_sink_event (GstPad *pad, } return ret; } +]]> It is a good idea to call the default event handler -- 2.7.4