[Bug 748281] New: tests: decodebin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 22 01:01:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748281
Bug ID: 748281
Summary: tests: decodebin
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: zzoon.ko at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
There is a failure of decodebin testcase as below
test_parser_negotiation:0: Assertion 'GST_MESSAGE_TYPE (msg) ==
GST_MESSAGE_EOS' failed
The problem is that decodebin includes 2 parsers (fakeh264parse, h264parse).
So decodebin is like that.
(typefind -> fakeh264parse -> capsfilter -> h264parse -> capsfilter )
I think it should choose one parser and skip another parser in a chain.
But there is no logic in decodebin like that.
I'm not sure that this needs to be fixed or testcase needs to be changed
accroding to decodebin's current logic.
I want some advices for this issue.
--
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