[Bug 766940] New: Crash when continuously resizing a video pipeline after some time
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 27 12:03:02 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766940
Bug ID: 766940
Summary: Crash when continuously resizing a video pipeline
after some time
Classification: Platform
Product: GStreamer
Version: 1.8.2
OS: Linux
Status: NEW
Severity: major
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: scheuermann at barco.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: bsreerenj at gmail.com, vjaquez at igalia.com
GNOME version: ---
Created attachment 328633
--> https://bugzilla.gnome.org/attachment.cgi?id=328633&action=edit
Reproducer of the bug
When I continuously resize a running pipeline which decodes an H264 stream from
the network, the pipline crashes after some time below libgstvaapi.so. If I
don't use vaapi elements, the pipeline doesn't crash.
I've written a reproducer which generate an H264 stream with the following
pipeline:
gst-launch-1.0 videotestsrc ! video/x-raw,width=1920,height=1080 ! vaapih264enc
! h264parse config-interval=2 ! rtph264pay ! udpsink
The program opens an X11 window which displays the video and always resizes it.
After some time the program crashes.
The decoding pipeline which is used looks like:
udpsrc ! application/x-rtp,encoding-name=H264 ! rtph264depay ! decodebin !
vaapipostproc ! capsfilter ! appsink
The resizing is done by inserting a probe at the source pad of decodebin and in
the callback width and height of the capsfilter and vaapipostproc are changed.
Regards,
Thomas
--
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