flvdemux: Fix warning to contain 'video'

https://bugzilla.gnome.org/show_bug.cgi?id=746274
This commit is contained in:
Jan Alexander Steffens (heftig) 2015-01-20 10:18:29 +01:00 committed by Nicolas Dufresne
parent bb3d82ef04
commit f2a1f74cec

View file

@ -1326,7 +1326,7 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
if (demux->no_more_pads && !demux->video_pad) {
GST_WARNING_OBJECT (demux,
"Signaled no-more-pads already but had no audio pad -- ignoring");
"Signaled no-more-pads already but had no video pad -- ignoring");
return GST_FLOW_OK;
}