[Bug 794595] New: [Android omxgoogleh264encoder] AMC encodebin failed.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 22 11:53:59 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794595
Bug ID: 794595
Summary: [Android omxgoogleh264encoder] AMC encodebin failed.
Classification: Platform
Product: GStreamer
Version: 1.12.4
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: denis.shienkov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
This bug is similar to #794593, but now I try to use a last found on my device
the HW Android's encoder: amcvidenc-omxgoogleh264encoder.
Now, I use something other pipeline:
[code]
...
const QByteArray launch = "videotestsrc name=appsrc "
"! amcvidenc-omxgoogleh264encoder name=videoenc "
"! video/x-h264, profile=main "
"! rtph264pay name=pay "
"! udpsink name=udpsink";
GError *error = nullptr;
m_pipeline = ::gst_parse_launch(launch.constData(), &error);
...
[/code]
ang got a lot of errors and warnings, please see my attachments.
PS: I use Android 5.1.1 (CyanogenMod 12.1) on Samsumg GT-S7270.
--
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