[Bug 732533] gstomx omxvideoenc don't recover after aspect ratio change on RPI

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 28 12:01:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732533
  GStreamer | gst-omx | 1.2.4

--- Comment #27 from m][sko <xlazom00 at gmail.com> 2014-08-28 19:01:00 UTC ---
Created an attachment (id=284736)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=284736)
demug log

I still have problem with this
http://pastebin.com/UDcxixUa
after aspect ratio change h264 parser generate many
gst_h264_parse_reset_frame

If I add
h264parse disable-passthrought=true all works fine


GST_DEBUG="*:3,aacparse:3,tsmux:0,mpegtsmux:4,omx*:1,omxvideoenc:1,omxh264enc:1,h264parse:5"
\
gst-launch-1.0 uridecodebin
uri="file:///home/pi/test13_aspect_ratio_change/test_ar_problem2.ts"
use-buffering=false name=demux caps="video/mpeg, parsed=true; audio/x-raw;
text/x-raw" \
 ! 'video/mpeg, parsed=true' \
 ! omxmpeg2videodec ! tee name="decdata"\
 ! omxh264enc target-bitrate=1000000 control-rate=1 periodicty-idr=50
interval-intraframes=50 inline-header=true ! 'video/x-h264, profile=high' \
 ! h264parse disable-passthrough=true \
 ! fakesink \
 demux. ! 'audio/x-raw'  \
 ! fakesink \
 2>&1

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