-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gst alsa start at #6
Conversation
Subject: [PATCH] Synchronize playback support using alsa start-at | ||
|
||
Change-Id: I1189aaa8e2d66f664afe89a63490b792ca928143 | ||
Signed-off-by: Abhilash Tuse <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit of a description of what the patch does would be useful here. Same for the alsa patch too.
Also, some developers put significant effort into this, perhaps mention some of the key players in signed off by.
Adds API for starting a playback stream at a specified absolute time. Signed-off-by: Abhilash Tuse <[email protected]>
5faa2c7
to
d88de3a
Compare
--- a/ChangeLog | ||
+++ b/ChangeLog | ||
@@ -1,3 +1,14 @@ | ||
+2016-11-22 gettextize <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gettextize update has nothing to do with with adding playback support, so why is it added in this patch file?
Signed-off-by: Abhimanyu Vishwakarma <[email protected]> | ||
Signed-off-by: Matin Momin <[email protected]> | ||
Signed-off-by: Sagar Tikore <[email protected]> | ||
Signed-off-by: Marcin Nowakowski <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIR there was no work done by me here except for the gettext version update, which must not be part of this patch.
This patch adds alsaclock implementation along with start-at integration into gst alsa plugin. Signed-off-by: Abhilash Tuse <[email protected]>
Signed-off-by: Abhilash Tuse <[email protected]>
d88de3a
to
1ecce38
Compare
Compile tested: MIPS, Creator Ci40 (https://github.com/CreatorDev/openwrt)
Description:
Alsa start-at facilitates starting a playback stream at a specified absolute time, which can be used to achieve synchronized playback.
This connects to CreatorDev/openwrt#112