a52dec: Call orc_init() before trying to get target flags
This commit is contained in:
parent
21d90d5539
commit
e0cd55c805
@ -975,6 +975,10 @@ gst_a52dec_get_property (GObject * object, guint prop_id, GValue * value,
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
#if HAVE_ORC
|
||||||
|
orc_init ();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ensure GstAudioChannelPosition type is registered */
|
/* ensure GstAudioChannelPosition type is registered */
|
||||||
if (!gst_audio_channel_position_get_type ())
|
if (!gst_audio_channel_position_get_type ())
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user