emotion - fix gst back-end to report title and other meta changes

gst1 back-end didnt report changes in title or other metadata to the
frontend and thusapps never knew it was changing. this fixes that.

@fix
This commit is contained in:
Carsten Haitzler 2015-12-21 14:40:41 +09:00
parent 105960b24f
commit 9626acdb4d
1 changed files with 1 additions and 0 deletions

View File

@ -1403,6 +1403,7 @@ _bus_main_handler(void *data)
ev);
gst_tag_list_free(new_tags);
}
_emotion_title_set(ev->obj, ev->metadata->title);
break;
}
case GST_MESSAGE_ASYNC_DONE: