mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
prettier output
Original commit message from CVS: prettier output
This commit is contained in:
parent
590af8cc07
commit
54fb0d72f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue