Changing URI when playing a stream (iOS)

Sebastian Dröge sebastian at centricular.com
Fri Dec 13 09:44:54 PST 2013


On Mi, 2013-12-11 at 23:50 -0800, kashif at devdesks.com wrote:
> what do u mean by GST_DEBUG=egl*:6,eagl*:6

By setting this environment variable to that value you will get lots of
debug output from the video sink, which will help to find the actual
problem here.

It can also be set via gst_debug_set_threshold_from_string() from code.

> and yes i have tested it on simulator as well as iphone...  
> 
> this error failed to make complete framebuffer object 8cd6  have been
> resolved by me

How did you solve it?

> but now m getting another 
> (<unknown>:142): GLib-GObject-CRITICAL **: g_object_set: assertion
> `G_IS_OBJECT (object)' failed

This means that you (or some plugin or GStreamer) calls g_object_set()
on an invalid pointer that is either NULL or at least does not point to
a valid GObject instance.

If you set the environment variable G_DEBUG=fatal_warnings, you'll get
into the debugger whenever such a CRITICAL message happens and you can
debug it from there.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131213/bacc689c/attachment.pgp>


More information about the gstreamer-devel mailing list