resindvdbin: fix video/audio mixup in error message

This commit is contained in:
Vincent Penquerc'h 2012-01-20 12:15:20 +00:00
parent dbad02437c
commit 35c96af778

View file

@ -720,7 +720,7 @@ demux_pad_added (GstElement * element, GstPad * pad, RsnDvdBin * dvdbin)
("No MPEG video decoder found"));
} else {
GST_ELEMENT_WARNING (dvdbin, STREAM, CODEC_NOT_FOUND, (NULL),
("No MPEG video decoder found"));
("No MPEG audio decoder found"));
}
}