Skip to content
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

audio: Postpone set_metadata until track is playing #1538

Closed

Conversation

adamcik
Copy link
Member

@adamcik adamcik commented Jul 28, 2016

No description provided.

@adamcik adamcik added C-bug Category: This is a bug A-audio Area: Audio layer labels Jul 28, 2016
@adamcik adamcik added this to the v2.0.1 - Bug fixes milestone Jul 28, 2016
@@ -800,12 +805,11 @@ def set_value(tag, value):
if track.album and track.album.name:
set_value(Gst.TAG_ALBUM, track.album.name)

gst_logger.debug(
'Sending TAG event for track %r: %r',
track.uri, taglist.to_string())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep this debug log stmt?

@jodal jodal self-assigned this Aug 7, 2016
@jodal
Copy link
Member

jodal commented Aug 7, 2016

I've fixed my own comments and merged this into my local release-2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-audio Area: Audio layer C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants