always support audio on still images

This commit is contained in:
Brandon Lewis 2010-08-12 15:44:47 +02:00 committed by Edward Hervey
parent 4408354819
commit c9eba54506

View file

@ -361,7 +361,7 @@ discoverer_discovered_cb (GstDiscoverer * discoverer,
else if (sinf->streamtype == GST_STREAM_VIDEO)
tfs->supportedformats |= GES_TRACK_TYPE_VIDEO;
else if (sinf->streamtype == GST_STREAM_IMAGE) {
tfs->supportedformats |= GES_TRACK_TYPE_VIDEO;
tfs->supportedformats |= GES_TRACK_TYPE_VIDEO | GES_TRACK_TYPE_AUDIO;
is_image = TRUE;
}
}