gi-gstpbutils 1.0.24 → 1.0.25
raw patch · 4 files changed
+9/−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.GstPbutils.Objects.DiscovererContainerInfo: discovererContainerInfoGetTags :: (HasCallStack, MonadIO m, IsDiscovererContainerInfo a) => a -> m TagList
+ GI.GstPbutils.Objects.DiscovererStreamInfo: discovererStreamInfoGetStreamNumber :: (HasCallStack, MonadIO m, IsDiscovererStreamInfo a) => a -> m Int32
- GI.GstPbutils.Callbacks: type InstallPluginsResultFunc = InstallPluginsReturn " /@result@/: whether the installation of the requested plugins succeeded or not" -> IO ()
+ GI.GstPbutils.Callbacks: type InstallPluginsResultFunc = -- | /@result@/: whether the installation of the requested plugins succeeded or not InstallPluginsReturn -> IO ()
- GI.GstPbutils.Callbacks: type InstallPluginsResultFunc_WithClosures = InstallPluginsReturn " /@result@/: whether the installation of the requested plugins succeeded or not" -> Ptr () " /@userData@/: the user data passed to 'GI.GstPbutils.Functions.installPluginsAsync'" -> IO ()
+ GI.GstPbutils.Callbacks: type InstallPluginsResultFunc_WithClosures = -- | /@result@/: whether the installation of the requested plugins succeeded or not InstallPluginsReturn -> -- | /@userData@/: the user data passed to 'GI.GstPbutils.Functions.installPluginsAsync' Ptr () -> IO ()
- GI.GstPbutils.Functions: codecUtilsAacGetLevel :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsAacGetLevel :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsAacGetProfile :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsAacGetProfile :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsCapsGetMimeCodec :: (HasCallStack, MonadIO m) => Caps -> m Text
+ GI.GstPbutils.Functions: codecUtilsCapsGetMimeCodec :: (HasCallStack, MonadIO m) => Caps -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsH264GetLevel :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsH264GetLevel :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsH264GetProfile :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsH264GetProfile :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsH264GetProfileFlagsLevel :: (HasCallStack, MonadIO m) => Word8 -> Word32 -> Word8 -> Word8 -> Word8 -> m Bool
+ GI.GstPbutils.Functions: codecUtilsH264GetProfileFlagsLevel :: (HasCallStack, MonadIO m) => ByteString -> m (Bool, Word8, Word8, Word8)
- GI.GstPbutils.Functions: codecUtilsH265GetLevel :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsH265GetLevel :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsH265GetProfile :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsH265GetProfile :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsH265GetTier :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsH265GetTier :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsMpeg4videoGetLevel :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsMpeg4videoGetLevel :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Functions: codecUtilsMpeg4videoGetProfile :: (HasCallStack, MonadIO m) => ByteString -> m Text
+ GI.GstPbutils.Functions: codecUtilsMpeg4videoGetProfile :: (HasCallStack, MonadIO m) => ByteString -> m (Maybe Text)
- GI.GstPbutils.Objects.Discoverer: type DiscovererDiscoveredCallback = DiscovererInfo " /@info@/: the results t'GI.GstPbutils.Objects.DiscovererInfo.DiscovererInfo'" -> Maybe GError " /@error@/: t'GError', which will be non-NULL if an error occurred during discovery. You must not free this t'GError', it will be freed by the discoverer." -> IO ()
+ GI.GstPbutils.Objects.Discoverer: type DiscovererDiscoveredCallback = -- | /@info@/: the results t'GI.GstPbutils.Objects.DiscovererInfo.DiscovererInfo' DiscovererInfo -> -- | /@error@/: t'GError', which will be non-NULL -- if an error occurred during -- discovery. You must not free -- this t'GError', it will be freed by -- the discoverer. Maybe GError -> IO ()
- GI.GstPbutils.Objects.Discoverer: type DiscovererSourceSetupCallback = Element " /@source@/: source element" -> IO ()
+ GI.GstPbutils.Objects.Discoverer: type DiscovererSourceSetupCallback = -- | /@source@/: source element Element -> IO ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-gstpbutils.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.25+++ Relax constraint on text+ ### 1.0.24 + 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-gstpbutils-1.0.24/docs/GI-GstPbutils.html](https://hackage.haskell.org/package/gi-gstpbutils-1.0.24/docs/GI-GstPbutils.html)+[https://hackage.haskell.org/package/gi-gstpbutils-1.0.25/docs/GI-GstPbutils.html](https://hackage.haskell.org/package/gi-gstpbutils-1.0.25/docs/GI-GstPbutils.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
@@ -12,7 +12,7 @@ where name = "GstPbutils" version = "1.0" pkgName = "gi-gstpbutils"- pkgVersion = "1.0.24"+ pkgVersion = "1.0.25" overridesFile = Just "GstPbutils.overrides" verbose = False outputDir = Nothing
gi-gstpbutils.cabal view
@@ -1,5 +1,5 @@ name: gi-gstpbutils-version: 1.0.24+version: 1.0.25 synopsis: GStreamer Plugins Base Utils bindings description: Bindings for GStreamer Plugins Base Utils, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -26,7 +26,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 @@ -43,7 +43,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