[Bug 735655] h264parse: weird parsing behavior after aspect ratio change
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Aug 29 03:02:59 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=735655
GStreamer | gst-plugins-bad | 1.4.0
--- Comment #3 from m][sko <xlazom00 at gmail.com> 2014-08-29 10:02:57 UTC ---
If I do simple omxh264enc ! filesink
we will miss all buffers flags. right?
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' \
! filesink location="omxh264enc_src.dump" sync=true \
demux. ! 'audio/x-raw' \
! fakesink \
2>&1
dump:
http://www.mdragon.org/omxh264enc_src.dump
--
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