mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
removing warnings as approved by wim
Original commit message from CVS: removing warnings as approved by wim
This commit is contained in:
parent
5d94ef6f62
commit
78bac60b30
1 changed files with 1 additions and 3 deletions
|
@ -548,10 +548,8 @@ plugin_init (GModule * module, GstPlugin * plugin)
|
||||||
GstElementFactory *factory;
|
GstElementFactory *factory;
|
||||||
|
|
||||||
/* this filter needs the bytestream package */
|
/* this filter needs the bytestream package */
|
||||||
if (!gst_library_load ("gstbytestream")) {
|
if (!gst_library_load ("gstbytestream"))
|
||||||
gst_info ("a52dec:: could not load support library: 'gstbytestream'\n");
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
|
||||||
|
|
||||||
/* create an elementfactory for the a52dec element */
|
/* create an elementfactory for the a52dec element */
|
||||||
factory = gst_element_factory_new ("a52dec", GST_TYPE_A52DEC, &gst_a52dec_details);
|
factory = gst_element_factory_new ("a52dec", GST_TYPE_A52DEC, &gst_a52dec_details);
|
||||||
|
|
Loading…
Reference in a new issue