Hi. Got a new MacbookPro with OS X Sierra and it appear that autovideosink throws a SIGSEGV when running. See output below.$ gst-launch-1.0 -v videotestsrc is-live=1 ! queue ! glupload ! glimagesinkelement $ gst-launch-1.0 -v videotestsrc is-live=1 ! queue ! osxvideosink The offending pipeline with autovideosink and output is shown below. Can anybody else confirm this? $ GST_DEBUG=3 gst-launch-1.0 -v videotestsrc is-live=1 ! queue ! autovideosink Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... 0:00:00.762107000 68851 0x7fef9e832940 FIXME default gstutils.c:3902:gchar *gst_pad_create_stream_id_internal(GstPad *, GstElement *, const gchar *):<videotestsrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id Got context from element 'autovideosink0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayCocoa\)\ gldisplaycocoa0"; ** (gst-launch-1.0:68851): CRITICAL **: gst_gl_window_get_context: assertion 'GST_IS_GL_WINDOW (window)' failed Caught SIGSEGV exec gdb failed: No such file or directory Spinning. Please run 'gdb gst-launch-1.0 68851' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Same problem. Adding to this, the error message is displayed in french. How
did you solve this? -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This is probably fixed by
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?h=1.12&id=546092597c262d64f76164823aa0ad5585267f1e which is available in the recently released 1.12.3. Cheers -Matt On 20/09/17 20:28, Arvin6 wrote: > Same problem. Adding to this, the error message is displayed in french. How > did you solve this? > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (527 bytes) Download Attachment |
1.12.3 is still not indexed in the downloads section. Mind sharing a link?
-- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Binaries haven't been generated yet so there's currently no link to
share. They should appear over the next couple of days. A workaround is not use glimagesink directly instead of using autovideosink Cheers -Matt On 20/09/17 20:59, Arvin6 wrote: > 1.12.3 is still not indexed in the downloads section. Mind sharing a link? > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (527 bytes) Download Attachment |
Thanks.
-- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Arvin6
I used the osxvideosink. Not same flexibility, but it worked. On Wed, Sep 20, 2017 at 12:28 PM, Arvin6 <[hidden email]> wrote: Same problem. Adding to this, the error message is displayed in french. How _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |