[Bug 735058] New: Performance issue with ant release build- Android tutorial 2
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Aug 19 06:49:41 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=735058
GStreamer | gst-android | unspecified
Summary: Performance issue with ant release build- Android
tutorial 2
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: gst-android
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: urchikkamath at yahoo.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=283889)
--> (https://bugzilla.gnome.org/attachment.cgi?id=283889)
jni and java files
Hello,
I'm doing an experiment with Android tutorial 2: A running pipeline.
Basically this tutorial explains about basic gstreamer pipeline with android
device. I have changed pipeline data->pipeline = gst_parse_launch("audiotestsrc
! audioconvert ! audioresample ! autoaudiosink", &error); to
data->pipeline = gst_parse_launch("videotestsrc num-buffers=2000 ! x264enc
byte-stream =TRUE !filesink location=/mnt/sdcard/TestRelease.264", &error);
Now I run the android-tutorial-2 with ant debug and ant release. ant debug
takes around 17 seconds to encode and ant release takes around 32 seconds.
Attached modified jni and java file.(UI of android tutorial 2 is disabled in
java file)
Environment:
Android version: 4.4.2
Device: Samsung S4
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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