[Bug 785804] gdppay : segmentation fault when use gdppay and gdpdepay
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 10 10:56:48 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=785804
--- Comment #4 from Stephen Lu <lofy.stephen at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #3)
> If it's publicly available that would help, yes. Otherwise you could either
> provide a backtrace of all threads with debug symbols, or alternatively you
> can capture data from the stream and store it in a file as long as the crash
> is reproducible from that file.
Hi,
I changed pipeline from rtspsrc protocols=4 location=rtsp://ip_address !
rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! gdppay ! gdpdepay !
xvimagesink
to rtspsrc protocols=4
location=rtsp://ip_address ! rtph264depay ! h264parse ! avdec_h264 ! gdppay !
gdpdepay ! videoconvert ! xvimagesink
This pile can preview the window successful.
when I changed codec from avdec_h264 to vaapih264, it can't work.
pipeline rtspsrc protocols=4 location=rtsp://ip_address ! rtph264depay !
h264parse ! vaapih264dec ! gdppay ! gdpdepay ! vappipostproc ! vaapisink
but When I close the gdp, it was fine as below,
pipeline rtspsrc protocols=4 location=rtsp://ip_address ! rtph264depay !
h264parse ! vaapih264dec ! vappipostproc ! vaapisink
So, could you please give me the suggestion, where is the stage I need to
capture the file?
Thanks,
Stephen
--
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