mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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 */
|
/* load audio support library */
|
||||||
if (!gst_library_load ("gstaudio"))
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue