prettier output
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 5 Jun 2002 21:41:19 +0000 (21:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 5 Jun 2002 21:41:19 +0000 (21:41 +0000)
Original commit message from CVS:
prettier output

gst/mpegstream/gstmpegdemux.c

index d0ae212..2c3fc92 100644 (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;
   }