mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
parent
22d44c87b1
commit
a90df26e15
1 changed files with 5 additions and 0 deletions
|
@ -1312,6 +1312,11 @@ gst_ffmpegenc_register (GstPlugin * plugin)
|
|||
while (in_plugin) {
|
||||
gchar *type_name;
|
||||
|
||||
/* Skip non-AV codecs */
|
||||
if (in_plugin->type != CODEC_TYPE_AUDIO &&
|
||||
in_plugin->type != CODEC_TYPE_VIDEO)
|
||||
goto next;
|
||||
|
||||
/* no quasi codecs, please */
|
||||
if (in_plugin->id == CODEC_ID_RAWVIDEO ||
|
||||
in_plugin->id == CODEC_ID_V210 ||
|
||||
|
|
Loading…
Reference in a new issue