NetzaH, I checked this for you and here is my suggestion based on assumption that your Supervideo plugin is based on our default "Videos" plugin.
Open ow_plugins/ your_super_video_plugin's_directory/classes/event_handler.php file.
Check whether your SuperVideo plugin has following line:
$em->bind('feed.before_content_add', array($this, 'feedBeforeStatusUpdate'));
If it does comment it out or delete completely.
Try posting newsfeed video, this time this video should not go under videos of "SuperVideo" plugin.
Let me know if this won't help.
I have tested this with our "Video" plugin and the solution worked, not sure how this will work with SuperVideo plugin though.
Note: this modification might be erased if you update your video plugin in future.