* Do not unref twice the same message

SVN revision: 31400
This commit is contained in:
moom 2007-08-19 14:11:38 +00:00 committed by moom
parent 32152d6ee1
commit 365936048f
1 changed files with 0 additions and 4 deletions

View File

@ -1176,10 +1176,6 @@ em_meta_get(void *video, int meta)
break;
switch (GST_MESSAGE_TYPE (message)) {
case GST_MESSAGE_ERROR:
case GST_MESSAGE_EOS:
gst_message_unref (message);
break;
case GST_MESSAGE_TAG: {
GstTagList *new_tags;