[Bug 739935] asteriskh263: decrease the rank as havn't this kind of decoder.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 3 06:09:32 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=739935

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #290393|0                           |1
        is obsolete|                            |

--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Comment on attachment 290393
  --> https://bugzilla.gnome.org/attachment.cgi?id=290393
patch to fix the issue.

>commit d71d74daac8ed54156ed103958ab455c63c72b0e
>Author: Song Bing <b06498 at freescale.com>
>Date:   Mon Nov 10 11:25:47 2014 +0800
>
>    [asteriskh263] decrease the rank as we havn't this kind of decoder.
>    
>    Decrease the rank as we havn't this kind of decoder.
>    
>    Signed-off-by: Song Bing <b06498 at freescale.com>
>
>diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c
>index a01fbc8..8fa3194 100644
>--- a/gst/rtp/gstasteriskh263.c
>+++ b/gst/rtp/gstasteriskh263.c
>@@ -226,5 +226,5 @@ gboolean
> gst_asteriskh263_plugin_init (GstPlugin * plugin)
> {
>   return gst_element_register (plugin, "asteriskh263",
>-      GST_RANK_SECONDARY, GST_TYPE_ASTERISK_H263);
>+      GST_RANK_SECONDARY - 1, GST_TYPE_ASTERISK_H263);
> }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list