GNOME Bugzilla – Bug 345607
[ADM] updated "Embedding static elements in your application"
Last modified: 2006-06-22 08:54:33 UTC
Documentation Section: Application Development Manual, Chapter 18. Pipeline manipulation The section on "Embedding static elements in your application" suggests using setting up a GstPluginDesc and calling _gst_plugin_register_static manually to make a statically included plugin. Correct version: My patch updates the section to use the GST_PLUGIN_DEFINE_STATIC macro, with which makes statically included plugins is really painless. Other information:
Created attachment 67818 [details] [review] patch to use GST_PLUGIN_DEFINE_STATIC
Committed, thanks for the patch: 2006-06-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Philip Jägenstedt <philip at lysator liu se> * docs/manual/advanced-dataaccess.xml: Fix 'Embedding static elements' section to use GST_PLUGIN_DEFINE_STATIC (#345607).