After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345607 - [ADM] updated "Embedding static elements in your application"
[ADM] updated "Embedding static elements in your application"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-21 22:11 UTC by Philip Jägenstedt
Modified: 2006-06-22 08:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch to use GST_PLUGIN_DEFINE_STATIC (2.38 KB, patch)
2006-06-21 22:12 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2006-06-21 22:11:59 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:
Comment 1 Philip Jägenstedt 2006-06-21 22:12:30 UTC
Created attachment 67818 [details] [review]
patch to use GST_PLUGIN_DEFINE_STATIC
Comment 2 Tim-Philipp Müller 2006-06-22 08:54:33 UTC
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).