projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c26d5
)
Make elements nanoseconds aware
author
Wim Taymans
<wim.taymans@gmail.com>
Sun, 2 Jun 2002 13:25:39 +0000
(13:25 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Sun, 2 Jun 2002 13:25:39 +0000
(13:25 +0000)
Original commit message from CVS:
Make elements nanoseconds aware
gst/synaesthesia/gstsynaesthesia.c
patch
|
blob
|
history
diff --git
a/gst/synaesthesia/gstsynaesthesia.c
b/gst/synaesthesia/gstsynaesthesia.c
index 9a0cf7535af868b721bcba19d142b8286db405e7..b1c941e17baf85381aa5f186593afd98e0bc1f8f 100644
(file)
--- a/
gst/synaesthesia/gstsynaesthesia.c
+++ b/
gst/synaesthesia/gstsynaesthesia.c
@@
-283,7
+283,7
@@
gst_synaesthesia_chain (GstPad *pad, GstBuffer *bufin)
GST_BUFFER_TIMESTAMP (bufout) = synaesthesia->next_time;
GST_BUFFER_FLAG_SET (bufout, GST_BUFFER_DONTFREE);
- synaesthesia->next_time +=
1000000LL
/ synaesthesia->fps;
+ synaesthesia->next_time +=
GST_SECOND
/ synaesthesia->fps;
gst_pad_push (synaesthesia->srcpad, bufout);