[Bug 753907] asfdemux: skip a frame with an abnormal time stamp.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 9 00:10:02 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753907
--- Comment #13 from Rajesh Singh <rajeshsingh512 at gmail.com> ---
To skip a frame or for making decision, whether frame is abnormal,
I am taking the reference of "demux->segment.duration"
if(demux->segment.duration > 0
&& GST_BUFFER_PTS (payload->buf) > demux->segment.duration)){
}
--
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