Skip to content
Snippets Groups Projects

decklinkvideosrc: add HDR10 static metadata to src caps

Closed Jakub Adam requested to merge xhaakon/gst-plugins-bad:decklink-hdr into master
Compare and
5 files
+ 377
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -53,6 +53,11 @@
#define CONVERT_COM_STRING(s)
#define FREE_COM_STRING(s)
#define WINAPI
inline bool operator==(const REFIID& lhs, const REFIID& rhs)
{
return memcmp(&lhs, &rhs, sizeof(REFIID)) == 0;
}
#endif /* G_OS_WIN32 */
void decklink_element_init (GstPlugin * plugin);
Loading