~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to ext/gsm/gstgsm.c

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
static gboolean
30
30
plugin_init (GstPlugin * plugin)
31
31
{
32
 
  if (!gst_element_register (plugin, "gsmenc", GST_RANK_NONE, GST_TYPE_GSMENC))
 
32
  if (!gst_element_register (plugin, "gsmenc", GST_RANK_PRIMARY,
 
33
          GST_TYPE_GSMENC))
33
34
    return FALSE;
34
35
  if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY,
35
36
          GST_TYPE_GSMDEC))