[Bug 794593] [Android omxbrcmvideoh264hwencoder] AMC encodebin fails with "Internal data stream error."

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 22 12:23:58 UTC 2018


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

--- Comment #4 from Denis Shienkov <denis.shienkov at gmail.com> ---
If I try to add to a pipeline a profile string:

[code]
...
    const QByteArray launch = "videotestsrc name=appsrc "
                              "! amcvidenc-omxbrcmvideoh264hwencoder
name=videoenc "
                              "! video/x-h264, profile=main "  // << This
string
                              "! rtph264pay name=pay "
                              "! udpsink name=udpsink";
...
[/code]

then I got other errors (please, see brcm-encoder-with-profile.log)

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