[gstreamer-bugs] [Bug 632945] rtph264depay in access-unit=true mode does not aggregate the delta unit flag correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 31 16:39:21 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632945
  GStreamer | gst-plugins-good | git

--- Comment #5 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2010-10-31 23:39:20 UTC ---
Created an attachment (id=173610)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=173610)
gdppay output that reproduces the bug.

This pipeline can reproduce it:
videotestsrc num-buffers=2 ! video/x-raw-yuv, width=160, height=120 ! x264enc
option-string=slices=4 ! rtph264pay mtu=500 ! rtph264depay access-unit=1
byte-stream=false ! ffdec_h264 ! fakesink dump=1

GdpPay file produced with:
videotestsrc num-buffers=2 ! video/x-raw-yuv, width=160, height=120 ! x264enc
option-string=slices=4 ! rtph264pay mtu=500 ! gdppay ! filesink
location=h264-sliced.gdp

You can read it with:
filesrc location=h264-sliced.gdp ! gdpdepay ! rtph264depay access-unit=1
byte-stream=false ! ffdec_h264 ! fakesink dump=1

Without my patch, it outputs nothing, with it, it shows a frame or two.

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