mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
make plugin_init static
Original commit message from CVS: make plugin_init static
This commit is contained in:
parent
9c92a958ec
commit
590a756a84
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
extern GType gst_theora_dec_get_type (void);
|
||||
extern GType gst_theora_enc_get_type (void);
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
if (!gst_library_load ("gsttags"))
|
||||
|
|
Loading…
Reference in a new issue