gstreamer app stumbles with trace/bpt trap:5

aft aftnix at gmail.com
Wed Feb 12 21:38:06 PST 2014


On Thu, Feb 13, 2014 at 1:40 AM, Sebastian Dröge
<sebastian at centricular.com> wrote:
> On Mi, 2014-02-12 at 16:19 +0600, aft wrote:
>
>>         if (gst_pad_link (srcpad, sinkpad) != GST_PAD_LINK_OK)
>>             g_error ("Failed to link rtpbin to rtpsink");
>> [...]
>>
>>     $./rtpSender --gst-debug-level=3
>>
>>     ** (rtpSender:1360): ERROR **: Failed to link rtpbin to rtpsink
>>     Trace/BPT trap: 5
>
> g_error() kills the process. The problem here is just that linking the
> rtpbin srcpad to udpsink does not work. Check the debug logs for what
> the problem is.

Thanks for the reply. It was a "hierarchy problem". I forgot to add
udpsink to the pipeline before attempting to link their pads.


>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



-- 
-Cheers
-Arif


More information about the gstreamer-devel mailing list