mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
resindvdbin: fix video/audio mixup in error message
This commit is contained in:
parent
dbad02437c
commit
35c96af778
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue