diff options
Diffstat (limited to 'gst/real/gstreal.c')
-rw-r--r-- | gst/real/gstreal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/real/gstreal.c b/gst/real/gstreal.c index c2a9b23a..f2455fd2 100644 --- a/gst/real/gstreal.c +++ b/gst/real/gstreal.c @@ -31,7 +31,7 @@ plugin_init (GstPlugin * p) if (!gst_element_register (p, "realvideodec", GST_RANK_PRIMARY, GST_TYPE_REAL_VIDEO_DEC)) return FALSE; - if (!gst_element_register (p, "realaudiodec", GST_RANK_PRIMARY, + if (!gst_element_register (p, "realaudiodec", GST_RANK_SECONDARY, GST_TYPE_REAL_AUDIO_DEC)) return FALSE; return TRUE; |