emotion gstreamer1: Don't forget to allocate metadata struct

This commit is contained in:
Sebastian Dröge 2014-01-12 20:42:01 +01:00
parent 1c6cb51cdc
commit 86d552a7f7
1 changed files with 3 additions and 0 deletions

View File

@ -1595,6 +1595,9 @@ _create_pipeline (Emotion_Gstreamer *ev,
ev->pipeline = playbin;
ev->vsink = vsink;
ev->metadata = calloc(1, sizeof(Emotion_Gstreamer_Metadata));
ev->threads = eina_list_append(ev->threads,
ecore_thread_run(_emotion_gstreamer_pause,
_emotion_gstreamer_end,