gi-gstvideo 1.0.25 → 1.0.26
raw patch · 4 files changed
+13/−5 lines, 4 filesdep ~textsetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text
API changes (from Hackage documentation)
+ GI.GstVideo.Enums: VideoFormatAbgr64Be :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatAbgr64Le :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatArgb64Be :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatArgb64Le :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatBgra64Be :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatBgra64Le :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatRgba64Be :: VideoFormat
+ GI.GstVideo.Enums: VideoFormatRgba64Le :: VideoFormat
+ GI.GstVideo.Interfaces.VideoOrientation: videoOrientationFromTag :: (HasCallStack, MonadIO m) => TagList -> m (Bool, VideoOrientationMethod)
+ GI.GstVideo.Structs.VideoInfo: videoInfoNewFromCaps :: (HasCallStack, MonadIO m) => Caps -> m VideoInfo
- GI.GstVideo.Callbacks: type VideoFormatPack = VideoFormatInfo " /@info@/: a t'GI.GstVideo.Structs.VideoFormatInfo.VideoFormatInfo'" -> [VideoPackFlags] " /@flags@/: flags to control the packing" -> Ptr () " /@src@/: a source array" -> Int32 " /@sstride@/: the source array stride" -> Ptr () " /@data@/: pointers to the destination data planes" -> Int32 " /@stride@/: strides of the destination planes" -> [VideoChromaSite] " /@chromaSite@/: the chroma siting of the target when subsampled (not used)" -> Int32 " /@y@/: the y position in the image to pack to" -> Int32 " /@width@/: the amount of pixels to pack." -> IO ()
+ GI.GstVideo.Callbacks: type VideoFormatPack = -- | /@info@/: a t'GI.GstVideo.Structs.VideoFormatInfo.VideoFormatInfo' VideoFormatInfo -> -- | /@flags@/: flags to control the packing [VideoPackFlags] -> -- | /@src@/: a source array Ptr () -> -- | /@sstride@/: the source array stride Int32 -> -- | /@data@/: pointers to the destination data planes Ptr () -> -- | /@stride@/: strides of the destination planes Int32 -> -- | /@chromaSite@/: the chroma siting of the target when subsampled (not used) [VideoChromaSite] -> -- | /@y@/: the y position in the image to pack to Int32 -> -- | /@width@/: the amount of pixels to pack. Int32 -> IO ()
- GI.GstVideo.Callbacks: type VideoFormatUnpack = VideoFormatInfo " /@info@/: a t'GI.GstVideo.Structs.VideoFormatInfo.VideoFormatInfo'" -> [VideoPackFlags] " /@flags@/: flags to control the unpacking" -> Ptr () " /@dest@/: a destination array" -> Ptr () " /@data@/: pointers to the data planes" -> Int32 " /@stride@/: strides of the planes" -> Int32 " /@x@/: the x position in the image to start from" -> Int32 " /@y@/: the y position in the image to start from" -> Int32 " /@width@/: the amount of pixels to unpack." -> IO ()
+ GI.GstVideo.Callbacks: type VideoFormatUnpack = -- | /@info@/: a t'GI.GstVideo.Structs.VideoFormatInfo.VideoFormatInfo' VideoFormatInfo -> -- | /@flags@/: flags to control the unpacking [VideoPackFlags] -> -- | /@dest@/: a destination array Ptr () -> -- | /@data@/: pointers to the data planes Ptr () -> -- | /@stride@/: strides of the planes Int32 -> -- | /@x@/: the x position in the image to start from Int32 -> -- | /@y@/: the y position in the image to start from Int32 -> -- | /@width@/: the amount of pixels to unpack. Int32 -> IO ()
- GI.GstVideo.Interfaces.ColorBalance: type ColorBalanceValueChangedCallback = ColorBalanceChannel " /@channel@/: The t'GI.GstVideo.Objects.ColorBalanceChannel.ColorBalanceChannel'" -> Int32 " /@value@/: The new value" -> IO ()
+ GI.GstVideo.Interfaces.ColorBalance: type ColorBalanceValueChangedCallback = -- | /@channel@/: The t'GI.GstVideo.Objects.ColorBalanceChannel.ColorBalanceChannel' ColorBalanceChannel -> -- | /@value@/: The new value Int32 -> IO ()
- GI.GstVideo.Objects.ColorBalanceChannel: type ColorBalanceChannelValueChangedCallback = Int32 " /@value@/: The new value" -> IO ()
+ GI.GstVideo.Objects.ColorBalanceChannel: type ColorBalanceChannelValueChangedCallback = -- | /@value@/: The new value Int32 -> IO ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-gstvideo.cabal +7/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.26+++ Relax constraint on text+ ### 1.0.25 + Update to haskell-gi(-base)-0.26
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gstvideo-1.0.25/docs/GI-GstVideo.html](https://hackage.haskell.org/package/gi-gstvideo-1.0.25/docs/GI-GstVideo.html)+[https://hackage.haskell.org/package/gi-gstvideo-1.0.26/docs/GI-GstVideo.html](https://hackage.haskell.org/package/gi-gstvideo-1.0.26/docs/GI-GstVideo.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -13,7 +13,7 @@ where name = "GstVideo" version = "1.0" pkgName = "gi-gstvideo"- pkgVersion = "1.0.25"+ pkgVersion = "1.0.26" overridesFile = Just "GstVideo.overrides" verbose = False outputDir = Nothing
gi-gstvideo.cabal view
@@ -1,5 +1,5 @@ name: gi-gstvideo-version: 1.0.25+version: 1.0.26 synopsis: GStreamerVideo bindings description: Bindings for GStreamerVideo, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -24,7 +24,7 @@ library default-language: Haskell2010- default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses+ default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses, TypeOperators other-extensions: PatternSynonyms, ViewPatterns, TypeApplications ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations @@ -39,7 +39,7 @@ gi-glib == 2.0.*, bytestring >= 0.10 && < 1, containers >= 0.5 && < 1,- text >= 1.0 && < 2,+ text >= 1.0 && < 3, transformers >= 0.4 && < 1 -- Disable overloading when compiling under GHC 8.2.x@@ -71,6 +71,7 @@ GI.GstVideo.Objects.VideoAggregator, GI.GstVideo.Objects.VideoAggregatorConvertPad, GI.GstVideo.Objects.VideoAggregatorPad,+ GI.GstVideo.Objects.VideoAggregatorParallelConvertPad, GI.GstVideo.Objects.VideoBufferPool, GI.GstVideo.Objects.VideoDecoder, GI.GstVideo.Objects.VideoEncoder,@@ -85,6 +86,7 @@ GI.GstVideo.Structs.VideoBarMeta, GI.GstVideo.Structs.VideoCaptionMeta, GI.GstVideo.Structs.VideoChromaResample,+ GI.GstVideo.Structs.VideoCodecAlphaMeta, GI.GstVideo.Structs.VideoCodecFrame, GI.GstVideo.Structs.VideoCodecState, GI.GstVideo.Structs.VideoColorPrimariesInfo,@@ -133,6 +135,7 @@ GI.GstVideo.Objects.VideoAggregator, GI.GstVideo.Objects.VideoAggregatorConvertPad, GI.GstVideo.Objects.VideoAggregatorPad,+ GI.GstVideo.Objects.VideoAggregatorParallelConvertPad, GI.GstVideo.Objects.VideoBufferPool, GI.GstVideo.Objects.VideoDecoder, GI.GstVideo.Objects.VideoEncoder,@@ -147,6 +150,7 @@ GI.GstVideo.Structs.VideoBarMeta, GI.GstVideo.Structs.VideoCaptionMeta, GI.GstVideo.Structs.VideoChromaResample,+ GI.GstVideo.Structs.VideoCodecAlphaMeta, GI.GstVideo.Structs.VideoCodecFrame, GI.GstVideo.Structs.VideoCodecState, GI.GstVideo.Structs.VideoColorPrimariesInfo,