[Bug 710948] rpi: decoder don't recover after aspect ratio changes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 30 14:42:38 PDT 2014


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

m][sko <xlazom00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|OBSOLETE                    |

--- Comment #8 from m][sko <xlazom00 at gmail.com> 2014-06-30 21:42:31 UTC ---
try this test file
http://www.mdragon.org/test_ar_problem2.ts


GST_DEBUG="*:1,multifilesink:0,omxvideoenc:0,h264parse:4,mpegtsmux:0,omxvideodec:0"
\
gst-launch-1.0 -v  uridecodebin
uri="http://www.mdragon.org/test_ar_problem2.ts" use-buffering=false name=demux
\
 ! "video/x-raw, format=I420" \
 ! omxh264enc target-bitrate=1000000 control-rate=1 inline-header=true
periodicty-idr=250 interval-intraframes=250 ! "video/x-h264, profile=high" \
 ! h264parse ! "video/x-h264, alignment=au" \
 ! mpegtsmux name=mux0 \
 ! filesink location="test_ar_problem2_out.ts" sync=true \
 demux. ! "audio/x-raw" ! fakesink \
 2>&1


pipeline simple stop

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