mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
decklink: Fix win32 build
This commit is contained in:
parent
379d5adfce
commit
a5cb7912f1
2 changed files with 4 additions and 2 deletions
|
@ -698,7 +698,9 @@ AG_GST_CHECK_FEATURE(DC1394, [libdc1394], dc1394, [
|
|||
dnl *** decklink ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DECKLINK, true)
|
||||
AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
|
||||
HAVE_DECKLINK=yes
|
||||
if test "x$host" = "xlinux" ; then
|
||||
HAVE_DECKLINK=yes
|
||||
fi
|
||||
DECKLINK_CXXFLAGS=
|
||||
DECKLINK_LIBS=
|
||||
AC_SUBST(DECKLINK_CXXFLAGS)
|
||||
|
|
|
@ -1077,7 +1077,7 @@ gst_decklink_src_task (void *priv)
|
|||
|
||||
if (decklinksrc->audio_caps == NULL) {
|
||||
decklinksrc->audio_caps = gst_caps_new_simple ("audio/x-raw-int",
|
||||
"endianness", G_TYPE_INT, LITTLE_ENDIAN,
|
||||
"endianness", G_TYPE_INT, G_LITTLE_ENDIAN,
|
||||
"signed", G_TYPE_BOOLEAN, TRUE,
|
||||
"depth", G_TYPE_INT, 16,
|
||||
"width", G_TYPE_INT, 16,
|
||||
|
|
Loading…
Reference in a new issue