* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
@ 2018-04-17 18:13 bugzilla-daemon
2018-04-17 19:33 ` bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-17 18:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1149 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
Bug ID: 106110
Summary: vaapi encoding with gstreamer 1.14 doesn't work
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/radeonsi
Assignee: dri-devel@lists.freedesktop.org
Reporter: haagch@frickel.club
QA Contact: dri-devel@lists.freedesktop.org
It could also be a gstreamer-vaapi bug since it happens only since gstreamer
1.14, but I have seen nobody else complain anywhere, so it must work for some
people at least.
RX 480, recent mesa git revisions, Linux 4.15 - drm-next-4.18-wip
To test:
gst-launch-1.0 videotestsrc ! vaapih264enc ! "video/x-h264,profile=baseline" !
h264parse ! matroskamux ! filesink location=output.mkv
With gstreamer 1.14 this never starts encoding and produces a 0 byte file when
cancelling with ctrl+c.
With gstreamer 1.12.4 it worked fine.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2531 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
@ 2018-04-17 19:33 ` bugzilla-daemon
2018-04-17 20:27 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-17 19:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 775 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
Christoph Haag <haagch@frickel.club> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Christoph Haag <haagch@frickel.club> ---
remco on #radeon figured out that it works when adding
stream-format=byte-stream to the video format, like this:
gst-launch-1.0 videotestsrc ! vaapih264enc !
"video/x-h264,profile=baseline,stream-format=byte-stream" ! h264parse !
matroskamux ! filesink location=output.mkv
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2283 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
2018-04-17 19:33 ` bugzilla-daemon
@ 2018-04-17 20:27 ` bugzilla-daemon
2018-04-17 20:50 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-17 20:27 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
--- Comment #2 from Andy Furniss <adf.lists@gmail.com> ---
I was on older gits for gstreamer when I saw this around 1.13<something>
matroska and mp4mux didn't work, but raw 264 and avimux did.
I updated to current gits before seeing the workaround and now it seems
gstreamer produces junk whatever I do :-).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1287 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
2018-04-17 19:33 ` bugzilla-daemon
2018-04-17 20:27 ` bugzilla-daemon
@ 2018-04-17 20:50 ` bugzilla-daemon
2018-04-17 23:19 ` bugzilla-daemon
2018-04-18 8:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-17 20:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
--- Comment #3 from Andy Furniss <adf.lists@gmail.com> ---
FWIW I found the "nothing works" cause = the next commit in gstreamer-vaapi
after 1.14 tag =
fa77b2bf vaapiencode: h264: find best profile in those available
With that reverted the additional stream-format=byte-stream makes mkv/mp4 work
again.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1287 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
` (2 preceding siblings ...)
2018-04-17 20:50 ` bugzilla-daemon
@ 2018-04-17 23:19 ` bugzilla-daemon
2018-04-18 8:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-17 23:19 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
Christoph Haag <haagch@frickel.club> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |NOTOURBUG
--- Comment #4 from Christoph Haag <haagch@frickel.club> ---
According to gstreamer IRC my issue is something that should be reported as a
bug to gstreamer. Yours probably too.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1961 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
` (3 preceding siblings ...)
2018-04-17 23:19 ` bugzilla-daemon
@ 2018-04-18 8:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2018-04-18 8:49 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 302 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=106110
--- Comment #5 from Andy Furniss <adf.lists@gmail.com> ---
Yea, I filed a bug for the gastreamer-vaapi regression
https://bugzilla.gnome.org/show_bug.cgi?id=795340
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1205 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-04-18 8:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 18:13 [Bug 106110] vaapi encoding with gstreamer 1.14 doesn't work bugzilla-daemon
2018-04-17 19:33 ` bugzilla-daemon
2018-04-17 20:27 ` bugzilla-daemon
2018-04-17 20:50 ` bugzilla-daemon
2018-04-17 23:19 ` bugzilla-daemon
2018-04-18 8:49 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.