Looking at http://packman.links2linux.org/package/gstreamer010-plugins-bad and http://packman.links2linux.org/package/gstreamer010-plugins-base I see the "-plugins-base" source rpm creates libgstinterfaces and "-plugins-bad" creates libgstapp. I suppose, with the objective of avoiding binary incompatibilities, "-plugins-base" has a manual requirement to the same version of libgstinterfaces, but "-plugins-bad" doesn't does the same with libgstapp.
$ rpm -qR gstreamer-0_10-plugins-base | grep libgstinterfaces libgstinterfaces-0_10-0 >= 0.10.21 libgstinterfaces-0.10.so.0()(64bit) $ rpm -qR gstreamer-0_10-plugins-bad | grep libgstapp libgstapp-0.10.so.0()(64bit) I have no idea about what libgstinterfaces and libgstapp do. But since it looks suspicious... is this an error? _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
