diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/goom/gstgoom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index f2f8ad72..d03aacba 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -281,7 +281,7 @@ gst_goom_chain (GstPad *pad, GstBuffer *bufin) GST_BUFFER_TIMESTAMP (bufout) = goom->next_time; GST_BUFFER_FLAG_SET (bufout, GST_BUFFER_DONTFREE); - goom->next_time += 40000LL; + goom->next_time += 1000000LL / goom->fps; gst_pad_push (goom->srcpad, bufout); |