gstreamer/ext/libav
Georg Ottinger 962d2a78fe avmux: Place pva case after generic case
In the function gst_ffmpeg_formatid_get_codecids() in the if / else if
construct the special case !strcmp (format_name, "pva") should be
handled before the generic case (plugin->audio_codec !=
AV_CODEC_ID_NONE) || (plugin->video_codec != AV_CODEC_ID_NONE)
This patch fixes the ordering.

I stumbled accorss this issue while adding a new format to
gst_ffmpeg_formatid_get_codecids()

https://bugzilla.gnome.org/show_bug.cgi?id=796738
2018-07-26 16:22:30 -04:00
..
gstav.c libav: Fix symbol redefine build error 2018-07-19 12:21:01 +01:00
gstav.h libav: Fix symbol redefine build error 2018-07-19 12:21:01 +01:00
gstavauddec.c avauddec: add support for decoding in non-interleaved layout 2018-07-23 16:16:10 +03:00
gstavauddec.h avauddec: fix remaining warnings 2018-07-13 00:53:27 +02:00
gstavaudenc.c avaudenc: port to send_frame / receive_packet 2018-07-13 00:53:27 +02:00
gstavaudenc.h avaudenc: install options generically 2018-07-13 00:53:27 +02:00
gstavcfg.c avcfg: Properly initalize GValue 2018-07-16 08:44:45 +02:00
gstavcfg.h avaudenc: install options generically 2018-07-13 00:53:27 +02:00
gstavcodecmap.c avmux: Place pva case after generic case 2018-07-26 16:22:30 -04:00
gstavcodecmap.h avauddec: add support for decoding in non-interleaved layout 2018-07-23 16:16:10 +03:00
gstavdeinterlace.c Remove all uses of AVPicture 2018-07-13 00:53:26 +02:00
gstavdemux.c av_iformat_next (deprecated) -> av_demuxer_iterate 2018-07-13 00:53:27 +02:00
gstavmux.c avmux: fix remaining warnings 2018-07-13 00:53:27 +02:00
gstavprotocol.c avprotocol: fix leak in error code paths 2018-01-13 11:54:25 +00:00
gstavprotocol.h avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct that is not a GObject 2016-12-02 14:19:46 +02:00
gstavutils.c Remove all uses of AVPicture 2018-07-13 00:53:26 +02:00
gstavutils.h Remove all uses of AVPicture 2018-07-13 00:53:26 +02:00
gstavviddec.c libav: Fix symbol redefine build error 2018-07-19 12:21:01 +01:00
gstavviddec.h avviddec: fix signed/unsigned comparisons 2018-07-13 00:53:27 +02:00
gstavvidenc.c avvidenc: port to send_frame / receive_packet 2018-07-13 00:53:27 +02:00
gstavvidenc.h Refactor avcfg / avvidenc 2018-07-13 00:53:26 +02:00
Makefile.am libav: use LIBAV_CPPFLAGS for -I include paths 2018-01-13 12:18:54 +00:00
meson.build build: Do not link plugin against lzma and bz2 if using system install 2016-09-05 12:44:37 -03:00