gi-gstvideo 1.0.11 → 1.0.12
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~haskell-giPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi
API changes (from Hackage documentation)
- GI.GstVideo.Interfaces.ColorBalance: instance Data.GI.Base.BasicTypes.WrappedPtr GI.GstVideo.Interfaces.ColorBalance.ColorBalance
- GI.GstVideo.Interfaces.Navigation: instance Data.GI.Base.Overloading.HasAttributeList GI.GstVideo.Interfaces.Navigation.Navigation
- GI.GstVideo.Interfaces.VideoOrientation: instance Data.GI.Base.Overloading.HasAttributeList GI.GstVideo.Interfaces.VideoOrientation.VideoOrientation
- GI.GstVideo.Interfaces.VideoOverlay: instance Data.GI.Base.Overloading.HasAttributeList GI.GstVideo.Interfaces.VideoOverlay.VideoOverlay
+ GI.GstVideo.Interfaces.ColorBalance: instance (Data.GI.Base.BasicTypes.GObject a, Data.GI.Base.Overloading.UnknownAncestorError GI.GstVideo.Interfaces.ColorBalance.ColorBalance a) => GI.GstVideo.Interfaces.ColorBalance.IsColorBalance a
+ GI.GstVideo.Interfaces.ColorBalance: instance Data.GI.Base.BasicTypes.GObject GI.GstVideo.Interfaces.ColorBalance.ColorBalance
+ GI.GstVideo.Interfaces.ColorBalance: instance GI.GObject.Objects.Object.IsObject GI.GstVideo.Interfaces.ColorBalance.ColorBalance
+ GI.GstVideo.Interfaces.ColorBalance: toColorBalance :: IsColorBalance o => o -> IO ColorBalance
+ GI.GstVideo.Interfaces.VideoDirection: VideoDirection :: (ManagedPtr VideoDirection) -> VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: class GObject o => IsVideoDirection o
+ GI.GstVideo.Interfaces.VideoDirection: constructVideoDirectionVideoDirection :: (IsVideoDirection o) => VideoOrientationMethod -> IO (GValueConstruct o)
+ GI.GstVideo.Interfaces.VideoDirection: data VideoDirectionVideoDirectionPropertyInfo
+ GI.GstVideo.Interfaces.VideoDirection: getVideoDirectionVideoDirection :: (MonadIO m, IsVideoDirection o) => o -> m VideoOrientationMethod
+ GI.GstVideo.Interfaces.VideoDirection: instance (Data.GI.Base.BasicTypes.GObject a, Data.GI.Base.Overloading.UnknownAncestorError GI.GstVideo.Interfaces.VideoDirection.VideoDirection a) => GI.GstVideo.Interfaces.VideoDirection.IsVideoDirection a
+ GI.GstVideo.Interfaces.VideoDirection: instance (info ~ GI.GstVideo.Interfaces.VideoDirection.ResolveVideoDirectionMethod t GI.GstVideo.Interfaces.VideoDirection.VideoDirection, Data.GI.Base.Overloading.MethodInfo info GI.GstVideo.Interfaces.VideoDirection.VideoDirection p) => Data.GI.Base.Overloading.IsLabelProxy t (GI.GstVideo.Interfaces.VideoDirection.VideoDirection -> p)
+ GI.GstVideo.Interfaces.VideoDirection: instance (info ~ GI.GstVideo.Interfaces.VideoDirection.ResolveVideoDirectionMethod t GI.GstVideo.Interfaces.VideoDirection.VideoDirection, Data.GI.Base.Overloading.MethodInfo info GI.GstVideo.Interfaces.VideoDirection.VideoDirection p) => GHC.OverloadedLabels.IsLabel t (GI.GstVideo.Interfaces.VideoDirection.VideoDirection -> p)
+ GI.GstVideo.Interfaces.VideoDirection: instance Data.GI.Base.Attributes.AttrInfo GI.GstVideo.Interfaces.VideoDirection.VideoDirectionVideoDirectionPropertyInfo
+ GI.GstVideo.Interfaces.VideoDirection: instance Data.GI.Base.BasicTypes.GObject GI.GstVideo.Interfaces.VideoDirection.VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: instance Data.GI.Base.Overloading.HasAttributeList GI.GstVideo.Interfaces.VideoDirection.VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: instance GI.GObject.Objects.Object.IsObject GI.GstVideo.Interfaces.VideoDirection.VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: instance GI.GstVideo.Interfaces.VideoDirection.IsVideoDirection GI.GstVideo.Interfaces.VideoDirection.VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: newtype VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: noVideoDirection :: Maybe VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: setVideoDirectionVideoDirection :: (MonadIO m, IsVideoDirection o) => o -> VideoOrientationMethod -> m ()
+ GI.GstVideo.Interfaces.VideoDirection: toVideoDirection :: IsVideoDirection o => o -> IO VideoDirection
+ GI.GstVideo.Interfaces.VideoDirection: videoDirectionVideoDirection :: AttrLabelProxy "videoDirection"
- GI.GstVideo.Interfaces.ColorBalance: afterColorBalanceValueChanged :: (GObject a, MonadIO m) => a -> ColorBalanceValueChangedCallback -> m SignalHandlerId
+ GI.GstVideo.Interfaces.ColorBalance: afterColorBalanceValueChanged :: (IsColorBalance a, MonadIO m) => a -> ColorBalanceValueChangedCallback -> m SignalHandlerId
- GI.GstVideo.Interfaces.ColorBalance: class ManagedPtrNewtype a => IsColorBalance a
+ GI.GstVideo.Interfaces.ColorBalance: class GObject o => IsColorBalance o
- GI.GstVideo.Interfaces.ColorBalance: onColorBalanceValueChanged :: (GObject a, MonadIO m) => a -> ColorBalanceValueChangedCallback -> m SignalHandlerId
+ GI.GstVideo.Interfaces.ColorBalance: onColorBalanceValueChanged :: (IsColorBalance a, MonadIO m) => a -> ColorBalanceValueChangedCallback -> m SignalHandlerId
- GI.GstVideo.Objects.ColorBalanceChannel: afterColorBalanceChannelValueChanged :: (GObject a, MonadIO m) => a -> ColorBalanceChannelValueChangedCallback -> m SignalHandlerId
+ GI.GstVideo.Objects.ColorBalanceChannel: afterColorBalanceChannelValueChanged :: (IsColorBalanceChannel a, MonadIO m) => a -> ColorBalanceChannelValueChangedCallback -> m SignalHandlerId
- GI.GstVideo.Objects.ColorBalanceChannel: onColorBalanceChannelValueChanged :: (GObject a, MonadIO m) => a -> ColorBalanceChannelValueChangedCallback -> m SignalHandlerId
+ GI.GstVideo.Objects.ColorBalanceChannel: onColorBalanceChannelValueChanged :: (IsColorBalanceChannel a, MonadIO m) => a -> ColorBalanceChannelValueChangedCallback -> m SignalHandlerId
Files
- ChangeLog.md +0/−0
- README.md +1/−1
- gi-gstvideo.cabal +4/−4
+ ChangeLog.md view
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.11/docs/GI-GstVideo.html+[https://hackage.haskell.org/package/gi-gstvideo-1.0.12/docs/GI-GstVideo.html](https://hackage.haskell.org/package/gi-gstvideo-1.0.12/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).
gi-gstvideo.cabal view
@@ -1,5 +1,5 @@ name: gi-gstvideo-version: 1.0.11+version: 1.0.12 synopsis: GStreamerVideo bindings description: Bindings for GStreamerVideo, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -11,12 +11,12 @@ build-type: Custom cabal-version: >= 1.24 -extra-source-files: README.md stack.yaml GstVideo.overrides+extra-source-files: README.md ChangeLog.md stack.yaml GstVideo.overrides custom-setup setup-depends: base >= 4.7 && < 5, Cabal >= 1.24,- haskell-gi >= 0.20 && < 1+ haskell-gi >= 0.20.1 && < 1 Flag overloaded-methods Description: Generate support for overloaded methods.@@ -36,7 +36,7 @@ pkgconfig-depends: gstreamer-video-1.0 build-depends: base >= 4.8 && <5, haskell-gi-base >= 0.20 && < 1,- haskell-gi >= 0.20 && < 1,+ haskell-gi >= 0.20.1 && < 1, gi-gstbase == 1.0.*, gi-gst == 1.0.*, gi-gobject == 2.0.*,