mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-07 08:39:54 +00:00
dtsdec: Call orc_init() before trying to get target flags
This commit is contained in:
parent
1b73ff4469
commit
12856e52fd
1 changed files with 4 additions and 0 deletions
|
@ -948,6 +948,10 @@ gst_dtsdec_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
#if HAVE_ORC
|
||||
orc_init ();
|
||||
#endif
|
||||
|
||||
if (!gst_element_register (plugin, "dtsdec", GST_RANK_PRIMARY,
|
||||
GST_TYPE_DTSDEC))
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue