Hm, let's not quit on these since the divx libs seem totally hosed
Original commit message from CVS: Hm, let's not quit on these since the divx libs seem totally hosed
This commit is contained in:
parent
c4eefdd7bc
commit
9abd17b846
@ -418,7 +418,6 @@ plugin_init (GModule *module,
|
|||||||
g_warning("Version mismatch! This plugin was compiled for "
|
g_warning("Version mismatch! This plugin was compiled for "
|
||||||
"DivX version %d, while your library has version %d!",
|
"DivX version %d, while your library has version %d!",
|
||||||
DECORE_VERSION, lib_version);
|
DECORE_VERSION, lib_version);
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* create an elementfactory for the v4lmjpegsrcparse element */
|
/* create an elementfactory for the v4lmjpegsrcparse element */
|
||||||
|
@ -534,7 +534,6 @@ plugin_init (GModule *module,
|
|||||||
g_warning("Version mismatch! This plugin was compiled for "
|
g_warning("Version mismatch! This plugin was compiled for "
|
||||||
"DivX version %d, while your library has version %d!",
|
"DivX version %d, while your library has version %d!",
|
||||||
ENCORE_VERSION, lib_version);
|
ENCORE_VERSION, lib_version);
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!gst_library_load("gstvideo"))
|
if (!gst_library_load("gstvideo"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user