Activity log for bug #1180378

Date Who What changed Old value New value Message
2013-05-15 13:06:51 Nicolas bug added bug
2013-05-15 13:06:51 Nicolas attachment added Workaround https://bugs.launchpad.net/bugs/1180378/+attachment/3677296/+files/gstducatividdec.patch
2013-05-15 13:08:32 Nicolas description Hi, I experiencing issues to play some H264 video with gst-ducati on my panda board. Some streams plays just fine but many others have frames that is "jumping". Here is a video file with this problem : http://f.z.nf/out.mkv After looking at gstducatividdec.c I found out GST_BUFFER_OFFSET_END sometimes had incorrect value compared to the timesamp of the buffer. So instead of using GST_BUFFER_OFFSET_END for reordering the frames I used the buffer timestamp and it worked. But I don't think it's the right way to do it. - gst-ducati revision 742ce47 from http://gitorious.org/gstreamer-omap/gst-ducati/trees/master/ (lastest commit at the time of writting) - gstreamer version is 0.10.36 Thanks. Hi, I experiencing issues to play some H264 video with gst-ducati on my panda board. Some streams plays just fine but many others have frames that is "jumping". Here is a video file with this problem : http://f.z.nf/out.mkv After looking at gstducatividdec.c I found out that GST_BUFFER_OFFSET_END() sometimes return incorrect value compared to the timesamp of the buffer. So instead of using GST_BUFFER_OFFSET_END() for reordering the frames I used the buffer timestamp and it worked. But I don't think it's the right way to do it. - gst-ducati revision 742ce47 from http://gitorious.org/gstreamer-omap/gst-ducati/trees/master/ (lastest commit at the time of writting) - gstreamer version is 0.10.36 Thanks.
2013-05-18 14:32:59 Nicolas bug task added ubuntu-omap4-extras-multimedia
2013-05-18 14:36:23 Nicolas bug task deleted linaro-ubuntu