From 18bcbf1b26d4eb74ca16d66bd93380320b456d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Jul 2005 12:55:30 +0000 Subject: [PATCH] docs/pwg/building-pads.xml: s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps() Original commit message from CVS: * docs/pwg/building-pads.xml: s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps() --- ChangeLog | 5 +++++ docs/pwg/building-pads.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 922b7b8859..9004b3340f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Tim-Philipp Müller + + * docs/pwg/building-pads.xml: + s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps() + 2005-07-15 Andy Wingo * tools/gst-typefind.c: Update, add copyright block. diff --git a/docs/pwg/building-pads.xml b/docs/pwg/building-pads.xml index ab445e4ae0..ae01054e20 100644 --- a/docs/pwg/building-pads.xml +++ b/docs/pwg/building-pads.xml @@ -148,7 +148,7 @@ gst_my_filter_setcaps (GstPad *pad, if (strcmp (mime, "audio/x-raw-int") != 0) { GST_WARNING ("Wrong mimetype %s provided, we only support %s", mime, "audio/x-raw-int"); - return GST_PAD_LINK_REFUSED; + return FALSE; } /* we're a filter and don't touch the properties of the data.