gstreamer/subprojects/gst-plugins-bad/ext/codec2json
Seungha Yang de07c44183 codec2json: Fix plugin loading on Windows
* Library versioning should not be used for plugins since it will add
  -{version}.dll suffix (and versioned libraries on Linux with symlink).
  Then the library file name and plugin init function name mismatch
  will result in blacklisted plugin.

* Don't define BUILDING_GST_CODECS, makes no sense

* Don't define G_LOG_DOMAIN, which should be used only for libraries,
  not plugins

* Depends on gstcodecparsers libary, not gstcodecs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5249>
2023-08-25 16:08:39 +00:00
..
gstav12json.c codec2json: Add av12json element 2023-01-30 19:46:55 +00:00
gstav12json.h codec2json: Add av12json element 2023-01-30 19:46:55 +00:00
gstvp82json.c codec2json: Add vp82json element 2023-01-30 19:46:55 +00:00
gstvp82json.h codec2json: Add vp82json element 2023-01-30 19:46:55 +00:00
meson.build codec2json: Fix plugin loading on Windows 2023-08-25 16:08:39 +00:00
plugin.c codec2json: Add av12json element 2023-01-30 19:46:55 +00:00