After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794595 - [Android omxgoogleh264encoder] AMC encodebin failed.
[Android omxgoogleh264encoder] AMC encodebin failed.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.12.4
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-22 11:53 UTC by Denis Shienkov
Modified: 2018-11-03 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Encoder debugging log ("amc*:6") (12.66 KB, text/plain)
2018-03-22 11:57 UTC, Denis Shienkov
Details
Pipeline startup code (4.18 KB, text/plain)
2018-03-22 11:59 UTC, Denis Shienkov
Details

Description Denis Shienkov 2018-03-22 11:53:59 UTC
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.
Comment 1 Nicolas Dufresne (ndufresne) 2018-03-22 11:56:44 UTC
Did you forgot the attachment ? Have you tried with newer Android ?
Comment 2 Denis Shienkov 2018-03-22 11:57:24 UTC
Created attachment 370005 [details]
Encoder debugging  log ("amc*:6")
Comment 3 Denis Shienkov 2018-03-22 11:59:07 UTC
Created attachment 370006 [details]
Pipeline startup code
Comment 4 Denis Shienkov 2018-03-22 12:00:10 UTC
> Have you tried with newer Android ?

Hi, I have not any other Android device.
Comment 5 GStreamer system administrator 2018-11-03 14:19:29 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/669.