obs-studio/plugins/win-dshow
jp9000 6285a47726 (API Change) libobs: Pass type data to get_name callbacks
API changed from:
obs_source_info::get_name(void)
obs_output_info::get_name(void)
obs_encoder_info::get_name(void)
obs_service_info::get_name(void)

API changed to:
obs_source_info::get_name(void *type_data)
obs_output_info::get_name(void *type_data)
obs_encoder_info::get_name(void *type_data)
obs_service_info::get_name(void *type_data)

This allows the type data to be used when getting the name of the
object (useful for plugin wrappers primarily).

NOTE: Though a parameter was added, this is backward-compatible with
older plugins due to calling convention.  The new parameter will simply
be ignored by older plugins, and the stack (if used) will be cleaned up
by the caller.
2015-09-16 09:21:12 -07:00
..
data/locale Add latest translations from CrowdIn 2015-07-08 14:56:07 -04:00
libdshowcapture@b411d12e46 win-dshow: Update libdshowcapture to 0.5.5 2015-08-23 20:27:26 -07:00
CMakeLists.txt cmake: Rename FindFFMpeg to FindFFmpeg 2015-07-18 16:32:26 -07:00
dshow-plugin.cpp win-dshow: Add C985/C353 hardware h264 encoders 2014-12-21 10:14:27 -08:00
encode-dstr.hpp win-dshow: Put device id mangling in separate file 2014-12-21 10:14:25 -08:00
ffmpeg-decode.c win-dshow: Remove deprecated FFmpeg functions 2015-02-09 03:56:07 -08:00
ffmpeg-decode.h Use _MSC_VER for MSVC-specific pragmas 2015-02-09 03:49:18 -08:00
win-dshow-encoder.cpp (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
win-dshow.cpp (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00