[Bug 784604] SegFault streaming video on Ubuntu 16.04

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 6 09:19:57 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=784604

--- Comment #11 from RK23 <rohan at cryptomove.com> ---
The bug is clearly on this line of code when it tries to push out the buffer to
gstreamer - 
g_signal_emit_by_name( appsrc, "push-buffer", gstbuffer, &ret );

I commented it out and the application ran fine with no core but obviously did
not show any video

Anything I can do on my end to debug ?

gstbuffer is
gstbuffer = gst_buffer_new_wrapped_full( ( GstMemoryFlags )0, frame_ptr,
frame_size, 0, frame_size, NULL, NULL );

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list