Playbin Playing with Rust – debugging a problem

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Playbin Playing with Rust – debugging a problem

Russel Winder
Things are mostly working on Debian Sid with Me TV. However on Fedora, and I
am told Arch and OpenSUSE, Me TV always fails on starting the playbin that
is the GStreamer bit.

When it fails, the playbin returns a gst::StateChangeReturn::Failure, which
seems reasonable per se. The question is what is the right way of finding
out why the playbin failed to start.

--
Russel.
=========================================
Dr Russel Winder     t:+44 20 7585 2200
41 Buckmaster Road   m:+44 7770 465 077
London SW11 1EN, UK  w: www.russel.org.uk

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Playbin Playing with Rust – debugging a problem

stfl
set the GST_DEBUG environment variable accordingly.
Probably GST_DEBUG=3 will tell you enough (if not already too much) to
locate the issue.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Playbin Playing with Rust – debugging a problem

Russel Winder
On Wed, 2018-04-04 at 11:48 -0700, stfl wrote:
> set the GST_DEBUG environment variable accordingly.
> Probably GST_DEBUG=3 will tell you enough (if not already too much) to
> locate the issue.
>

It seems GST_DEBUG=4 is the place to go for this.

It seems:

  glcontext gstglcontext.c:507:gst_gl_context_get_current_gl_context: Could not retrieve current context.


I try using gtksink rather than gtkglsink and it plays sound but no video.

--
Russel.
==========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (849 bytes) Download Attachment