"README.md" did not exist on "e2c992de46fd2667bd28602944ef1adb7715b74b"
ringbuffer: add support for timestamps
Make it possible for subclasses to provide the timestamp (as an absolute time against the pipeline clock) of the last read data. Fix up alsa to provide the timestamp received from alsa. Because the alsa timestamps are in monotonic time, we can only do this when the monotonic clock has been selected as the pipeline clock. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635256
Showing
- ext/alsa/gstalsasrc.c 116 additions, 4 deletionsext/alsa/gstalsasrc.c
- ext/alsa/gstalsasrc.h 0 additions, 1 deletionext/alsa/gstalsasrc.h
- gst-libs/gst/audio/gstaudiobasesrc.c 21 additions, 3 deletionsgst-libs/gst/audio/gstaudiobasesrc.c
- gst-libs/gst/audio/gstaudioringbuffer.c 56 additions, 4 deletionsgst-libs/gst/audio/gstaudioringbuffer.c
- gst-libs/gst/audio/gstaudioringbuffer.h 6 additions, 1 deletiongst-libs/gst/audio/gstaudioringbuffer.h
- gst-libs/gst/audio/gstaudiosrc.c 8 additions, 4 deletionsgst-libs/gst/audio/gstaudiosrc.c
- gst-libs/gst/audio/gstaudiosrc.h 2 additions, 1 deletiongst-libs/gst/audio/gstaudiosrc.h
Loading
Please register or sign in to comment