[Bug 781559] Internal GStreamer error: code not implemented when vp9dec post-processing = True

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 27 17:43:41 UTC 2017


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

--- Comment #3 from florian <fpn at bebo.com> ---
Hi Sebastian,

we have webrtc rtp streams going from camera/desktop -> chromium (chrome 58) ->
janus -> gstreamer and compose a video stream in gstreamer which we are
streaming via rtmp.

The example video stream originated from a logitech camera.

I have attached a dot graph png so you can see the pipeline.

vpxdec = Gst.ElementFactory.make("vp9dec")
# vpxdec.set_property("post-processing-flags", 0x00000003);
vpxdec.set_property("post-processing", True)

Without the post-processing it works great.

I also tried to set post-processing-flags to 0x00000003 vs. the default. Both
exhibited the error.

The log file gets to big to be attached so I gzipped it and put it on my google
drive:
https://drive.google.com/open?id=0BzjEGib_PPOja1p0QnJldlF0VGs

thank you,
Florian

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