mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
don't break docs build
Original commit message from CVS: don't break docs build
This commit is contained in:
parent
3f519e30e9
commit
eb06116c2f
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ gst_plugin_feature_finalize (GObject * object)
|
|||
* <programlisting>
|
||||
* GstPluginFeature *loaded_feature;
|
||||
* loaded_feature = gst_plugin_feature_load (feature);
|
||||
*
|
||||
* // presumably, we're no longer interested in the potentially-unloaded feature
|
||||
* gst_object_unref (feature);
|
||||
* feature = loaded_feature;
|
||||
|
|
Loading…
Reference in a new issue