[Bug 733720] avdec_h264 output should not have DTS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 7 01:38:21 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733720
  GStreamer | gst-libav | 1.4.0

--- Comment #3 from Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 2014-08-07 08:38:15 UTC ---
GstVideoDecoder (gst-plugins-base) has these lines:

  /* set PTS and DTS to both the PTS for decoded frames */
  GST_BUFFER_PTS (output_buffer) = frame->pts;
  GST_BUFFER_DTS (output_buffer) = frame->pts;
  GST_BUFFER_DURATION (output_buffer) = frame->duration;

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