mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fixes
Original commit message from CVS: fixes
This commit is contained in:
parent
0eacfb8969
commit
e597ac3870
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||
/* load audio support library */
|
||||
if (!gst_library_load ("gstaudio"))
|
||||
{
|
||||
gst_info ("mad: could not load support library: 'gstaudio'\n");
|
||||
gst_info ("gstafsrc/sink: could not load support library: 'gstaudio'\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue