[Bug 774772] androidmedia: hardware encoder fails to encode stream, time stamps issue

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 22 09:45:26 UTC 2016


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

--- Comment #2 from urchikkamath at yahoo.com ---
I'm using gstreamer pipeline for my android app and PTS suppose to be set on
output buffer of amcvideoenc and I can see in PTS configured properly at
gstamcvideoenc.c

    GST_BUFFER_PTS (out_buf) =
        gst_util_uint64_scale (buffer_info->presentation_time_us, GST_USECOND,
        1);

Gstreamer pipeline: 
filesrc location=/storage/emulated/0/DCIM/Camera/VID_20161011_001420.mp4 !
qtdemux name=demux demux.audio_0 ! queue  max-size-time=5000000000    !
audio/mpeg,mpegversion=4 ! mp4mux name=mux ! filesink name=sink
location=/storage/emulated/0/DCIM/Camera/VID_20161011_001420_transcoded.mp4
demux.video_0 !  h264parse !  amcviddec-omxqcomvideodecoderavc ! queue !
video/x-raw,width=1920,height=1080,format=(string)NV12 !
amcvidenc-omxqcomvideoencoderavc bitrate=3811 i-frame-interval=2 ! video/x-h264
! queue ! h264parse ! mux.video_0

and same pipeline working fine without any issues with previous gstreamer build
1.11.0.

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