From 51492812cf864708129d263523ca9cd46d702984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 29 Sep 2012 00:27:03 +0100 Subject: [PATCH] pwg: minor update https://bugzilla.gnome.org/show_bug.cgi?id=621121 --- docs/pwg/building-boiler.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml index ab165199eb..7cba279de7 100644 --- a/docs/pwg/building-boiler.xml +++ b/docs/pwg/building-boiler.xml @@ -113,8 +113,8 @@ Resolving deltas: 100% (240/240), done. The last command creates two files: - gstexamplefilter.c and - gstexamplefilter.h. + gstmyfilter.c and + gstmyfilter.h. @@ -137,7 +137,15 @@ Resolving deltas: 100% (240/240), done. as a default location. One would need to add /usr/local/lib/gstreamer-1.0 to GST_PLUGIN_PATH in order to make the new plugin - show up in gstreamer. + show up in a gstreamer that's been installed from packages. + + + + + FIXME: this section is slightly outdated. gst-template is still useful + as an example for a minimal plugin build system skeleton. However, for + creating elements the tool gst-element-maker from gst-plugins-bad is + recommended these days.