summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/real/gstreal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/real/gstreal.c b/gst/real/gstreal.c
index f2455fd2..80595a90 100644
--- a/gst/real/gstreal.c
+++ b/gst/real/gstreal.c
@@ -22,6 +22,7 @@
#include "config.h"
#endif
+#include "gstreal.h"
#include "gstrealvideodec.h"
#include "gstrealaudiodec.h"
@@ -34,6 +35,10 @@ plugin_init (GstPlugin * p)
if (!gst_element_register (p, "realaudiodec", GST_RANK_SECONDARY,
GST_TYPE_REAL_AUDIO_DEC))
return FALSE;
+
+ gst_plugin_add_dependency_simple (p, NULL, DEFAULT_REAL_CODECS_PATH, NULL,
+ GST_PLUGIN_DEPENDENCY_FLAG_NONE);
+
return TRUE;
}