Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | commit d71d74daac8ed54156ed103958ab455c63c72b0e |
| 2 | Author: Song Bing <b06498@freescale.com> |
| 3 | Date: Mon Nov 10 11:25:47 2014 +0800 |
| 4 | |
| 5 | [asteriskh263] decrease the rank as we havn't this kind of decoder. |
| 6 | |
| 7 | Decrease the rank as we havn't this kind of decoder. |
| 8 | |
| 9 | https://bugzilla.gnome.org/show_bug.cgi?id=739935 |
| 10 | |
| 11 | Upstream-Status: Pending |
| 12 | |
| 13 | Signed-off-by: Song Bing <b06498@freescale.com> |
| 14 | |
| 15 | diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c |
| 16 | index a01fbc8..8fa3194 100644 |
| 17 | --- a/gst/rtp/gstasteriskh263.c |
| 18 | +++ b/gst/rtp/gstasteriskh263.c |
| 19 | @@ -226,5 +226,5 @@ gboolean |
| 20 | gst_asteriskh263_plugin_init (GstPlugin * plugin) |
| 21 | { |
| 22 | return gst_element_register (plugin, "asteriskh263", |
| 23 | - GST_RANK_SECONDARY, GST_TYPE_ASTERISK_H263); |
| 24 | + GST_RANK_SECONDARY - 1, GST_TYPE_ASTERISK_H263); |
| 25 | } |