https://bugs.freedesktop.org/show_bug.cgi?id=98280
Christoph Haag <haagch at frickel.club> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Christoph Haag <haagch at frickel.club> --- I'll mark this as invalid although it might still be worth to investigate. I took some suggestions from bug 98278 for my recording script and this is the pipeline I end up with: gst-launch-1.0 -e ximagesrc display-name=:0 use-damage=0 startx=0 starty=0 endx=1919 endy=1079 ! multiqueue ! video/x-raw,format=BGRx,framerate=60/1 ! videoconvert ! video/x-raw,format=NV12,framerate=60/1 ! multiqueue ! vaapih264enc rate-control=cqp bitrate=5000 ! video/x-h264,profile=baseline ! h264parse ! multiqueue ! matroskamux name=muxer. ! progressreport name=Rec_time ! filesink location=output.mkv This records very nicely and looks like it does NOT cause GPU hangs. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161016/689ab584/attachment.html>