packages feed

gi-gst 1.0.15 → 1.0.16

raw patch · 4 files changed

+10/−5 lines, 4 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.Gst.Callbacks: type C_PadChainFunction = Ptr Pad -> Ptr Object -> Ptr Buffer -> IO CUInt
+ GI.Gst.Callbacks: type C_PadChainFunction = Ptr Pad -> Ptr Object -> Ptr Buffer -> IO CInt
- GI.Gst.Callbacks: type C_PadChainListFunction = Ptr Pad -> Ptr Object -> Ptr BufferList -> IO CUInt
+ GI.Gst.Callbacks: type C_PadChainListFunction = Ptr Pad -> Ptr Object -> Ptr BufferList -> IO CInt
- GI.Gst.Callbacks: type C_PadEventFullFunction = Ptr Pad -> Ptr Object -> Ptr Event -> IO CUInt
+ GI.Gst.Callbacks: type C_PadEventFullFunction = Ptr Pad -> Ptr Object -> Ptr Event -> IO CInt
- GI.Gst.Callbacks: type C_PadGetRangeFunction = Ptr Pad -> Ptr Object -> Word64 -> Word32 -> Ptr Buffer -> IO CUInt
+ GI.Gst.Callbacks: type C_PadGetRangeFunction = Ptr Pad -> Ptr Object -> Word64 -> Word32 -> Ptr Buffer -> IO CInt
- GI.Gst.Callbacks: type C_PadLinkFunction = Ptr Pad -> Ptr Object -> Ptr Pad -> IO CUInt
+ GI.Gst.Callbacks: type C_PadLinkFunction = Ptr Pad -> Ptr Object -> Ptr Pad -> IO CInt

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.16+++ Fix nullable return annotation for [elementGetBus](https://hackage.haskell.org/package/gi-gst/docs/GI-Gst-Objects-Element.html#v:elementGetBus).+ ### 1.0.15  + Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how to disable overloading](https://github.com/haskell-gi/haskell-gi/wiki/Overloading\#disabling-overloading).
Gst.overrides view
@@ -121,6 +121,7 @@ set-attr Gst/Element/request_new_pad/@return-value nullable 1 set-attr Gst/Element/request_new_pad/@parameters/name nullable 1 set-attr Gst/Element/request_new_pad/@parameters/caps nullable 1+set-attr Gst/Element/get_bus/@return-value nullable 1 set-attr Gst/Element/get_compatible_pad/@return-value nullable 1 set-attr Gst/Element/get_compatible_pad/@parameters/caps nullable 1 set-attr Gst/Element/get_compatible_pad_template/@return-value nullable 1
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gst-1.0.15/docs/GI-Gst.html](https://hackage.haskell.org/package/gi-gst-1.0.15/docs/GI-Gst.html)+[https://hackage.haskell.org/package/gi-gst-1.0.16/docs/GI-Gst.html](https://hackage.haskell.org/package/gi-gst-1.0.16/docs/GI-Gst.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-gst.cabal view
@@ -1,5 +1,5 @@ name:                 gi-gst-version:              1.0.15+version:              1.0.16 synopsis:             GStreamer bindings description:          Bindings for GStreamer, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -9,14 +9,14 @@ maintainer:           Iñaki García Etxebarria (garetxe@gmail.com) category:             Bindings build-type:           Custom-cabal-version:        >= 1.24+cabal-version:        1.24  extra-source-files: README.md ChangeLog.md stack.yaml Gst.overrides  custom-setup       setup-depends: base >= 4.7 && < 5,                      Cabal >= 1.24,-                     haskell-gi == 0.21.*+                     haskell-gi >= 0.21.1 && < 0.22  library       default-language: Haskell2010@@ -27,7 +27,7 @@       pkgconfig-depends: gstreamer-1.0       build-depends: base >= 4.8 && <5,                      haskell-gi-base == 0.21.*,-                     haskell-gi == 0.21.*,+                     haskell-gi >= 0.21.1 && < 0.22,                      haskell-gi-overloading < 1.1,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*,