Changing URI when playing a stream (iOS)

kashif at devdesks.com kashif at devdesks.com
Tue Dec 17 21:42:51 PST 2013


i solved it by
[gst deinit];
[self.video_view removeFromSuperView];

[self.view addSubView:video_view];

[gst alloc]init:self view:video_view];


On Fri, Dec 13, 2013 at 10:45 PM, Sebastian Dröge-3 [via GStreamer-devel] <
ml-node+s966125n4664032h17 at n4.nabble.com> wrote:

> On Mi, 2013-12-11 at 23:50 -0800, [hidden email]<http://user/SendEmail.jtp?type=node&node=4664032&i=0>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
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4664032&i=1>
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> *signature.asc* (985 bytes) Download Attachment<http://gstreamer-devel.966125.n4.nabble.com/attachment/4664032/0/signature.asc>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://gstreamer-devel.966125.n4.nabble.com/Changing-URI-when-playing-a-stream-iOS-tp4663958p4664032.html
>  To unsubscribe from Changing URI when playing a stream (iOS), click here<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4663958&code=a2FzaGlmQGRldmRlc2tzLmNvbXw0NjYzOTU4fDExNDQwNjEyOTI=>
> .
> NAML<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Changing-URI-when-playing-a-stream-iOS-tp4663958p4664130.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131217/dfb42c6d/attachment.html>


More information about the gstreamer-devel mailing list