[Bug 748337] ksvideosrc dropping frames

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 31 11:36:45 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748337

--- Comment #9 from Philippe Renon <philippe_renon at yahoo.fr> ---
Here is a diff of the two patches:

$ diff 0001-ksvideosrc-don-t-try-to-align-current-timestamp-on-p.patch
../../../ksvideo.patch
1,13d0
< From 1943601a0601da915279e02817c72e7d15543746 Mon Sep 17 00:00:00 2001
< From: Philippe Renon <philippe_renon at yahoo.fr>
< Date: Sat, 31 Oct 2015 18:47:39 +0100
< Subject: [PATCH 1/1] ksvideosrc: don't try to align current timestamp on
<  previous timestamp
<
< this causes frames to be dropped
<
< https://bugzilla.gnome.org/show_bug.cgi?id=748337
< ---
<  sys/winks/gstksvideosrc.c | 76
++---------------------------------------------
<  1 file changed, 3 insertions(+), 73 deletions(-)
<
15c2
< index 07cdf8b..12c7eed 100644
---
> index 07cdf8b..b981e8d 100644
38c25
< @@ -813,12 +807,11 @@ gst_ks_video_src_timestamp_buffer (GstKsVideoSrc *
self, GstBuffer * buf,
---
> @@ -813,7 +807,7 @@ gst_ks_video_src_timestamp_buffer (GstKsVideoSrc * self, GstBuffer * buf,
47,52c34
<      duration = timestamp = GST_CLOCK_TIME_NONE;
< -    priv->offset++;
<      goto timestamp;
<    }
<
< @@ -828,88 +821,25 @@ gst_ks_video_src_timestamp_buffer (GstKsVideoSrc *
self, GstBuffer * buf,
---
> @@ -828,88 +822,25 @@ gst_ks_video_src_timestamp_buffer (GstKsVideoSrc * self, GstBuffer * buf,
143,145d124
< --
< 1.9.2.msysgit.0
<

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