prettier output

Original commit message from CVS:
prettier output
This commit is contained in:
Thomas Vander Stichele 2002-06-05 21:41:19 +00:00
parent 590af8cc07
commit 54fb0d72f0

View file

@ -847,7 +847,7 @@ gst_mpeg_demux_plugin_init (GModule *module, GstPlugin *plugin)
/* this filter needs the bytestream package */
if (!gst_library_load ("gstbytestream")) {
gst_info ("mpeg_demux:: could not load support library: 'gstbytestream'\n");
gst_info ("mpegdemux: could not load support library: 'gstbytestream'\n");
return FALSE;
}