From gstreamer-devel Sat Apr 07 15:12:31 2012 From: Stefan Westerfeld Date: Sat, 07 Apr 2012 15:12:31 +0000 To: gstreamer-devel Subject: Finding out if a file is an (image|audio|video)? Message-Id: <20120407151231.GB21057 () space ! twc ! de> X-MARC-Message: https://marc.info/?l=gstreamer-devel&m=133381230226356 Hi! I'm working on gst123, a media player based on gstreamer. One function is to shuffle play all files in a directory. Usually it could be used on a directory containing music files. I use playbin2 for the actual playback. Now the problem http://code.google.com/p/gst123/issues/detail?id=1 is that if that directory also contains images (for instance album covers), these will be briefly shown, before the next music file starts. This is probably not what the user wants. I could blacklist some extensions (*.jpg, *.png, ...) to avoid this. But it would be a lot more elegant if I could use some GStreamer API functions to find out whether something is an image, an audio file or a video file, and simply skip those files that are images. Can GStreamer tell me what type a file has? Cu... Stefan -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel