mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
androidmedia: added path /system/vendor/etc to dependency
This commit is contained in:
parent
11a2df46b3
commit
1465a7ecdd
1 changed files with 2 additions and 2 deletions
|
@ -3335,8 +3335,8 @@ amc_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
const gchar *ignore;
|
const gchar *ignore;
|
||||||
|
|
||||||
gst_plugin_add_dependency_simple (plugin, NULL, "/etc", "media_codecs.xml",
|
gst_plugin_add_dependency_simple (plugin, NULL, "/etc:/system/vendor/etc",
|
||||||
GST_PLUGIN_DEPENDENCY_FLAG_NONE);
|
"media_codecs.xml", GST_PLUGIN_DEPENDENCY_FLAG_NONE);
|
||||||
|
|
||||||
gst_amc_codec_info_quark = g_quark_from_static_string ("gst-amc-codec-info");
|
gst_amc_codec_info_quark = g_quark_from_static_string ("gst-amc-codec-info");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue