From 96a42c80d9b1c31543f1575396eba746dec999c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 28 Feb 2009 23:47:02 +0000 Subject: realdec: use gst_plugin_add_dependency() --- gst/real/gstreal.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/real') 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; } -- cgit v1.2.1