[Bug 732368] gstreamer vaapi crashes in some pipeline configurations

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 18:07:37 PDT 2015


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

frinkazoid at msn.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frinkazoid at msn.com

--- Comment #5 from frinkazoid at msn.com ---
i can reproduce this with gst-launch using 
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp, payload=96 !
rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false
text-overlay=false

waldo at WaldoD:/etc$ gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,
payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink
sync=false text-overlay=false
Setting pipeline to PAUSED ...
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_plane: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_pitch: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_plane: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_pitch: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_plane: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_vaapi_image_get_pitch: assertion
'_gst_vaapi_image_is_mapped(image)' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_video_meta_unmap_vaapi_memory:
assertion 'mem->surface' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_video_meta_unmap_vaapi_memory:
assertion 'mem->surface' failed

** (gst-launch-1.0:14093): CRITICAL **: gst_video_meta_unmap_vaapi_memory:
assertion 'mem->surface' failed
Got EOS from element "pipeline0".
Execution ended after 0:00:32.378609739
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...


video input comming from raspbery camera using raspivid -t 999999 -b 2000000 -o
- | gst-launch-1.0 -e -vvv fdsrc ! h264parse ! rtph264pay pt=96
config-interval=5 ! udpsink host=192.168.69.253 port=5000



does this on ubuntu trusty : Source: gstreamer-vaapi Version: 0.5.7-0ubuntu4

-- 
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