Skip to content

v1.2.0

Compare
Choose a tag to compare
@neilcsmith-net neilcsmith-net released this 05 May 16:10
· 60 commits to master since this release

Key changes

  • Added support for Context (GstContext) and need-context messages.
  • Added support for setting and querying GstObject properties in their serialized String format (see GstObject::setAsString and GstObject::getAsString). See issues #182 and #166
  • FIX ownership and refcount incorrect if previously cached unowned, causing memory issues and crashes. See #171
  • FIX various issues around probes and Pad::block. See #184
  • FIX various issues around Promise. See #175 #176 #178

See all changes at https://github.com/gstreamer-java/gst1-java-core/pulls?q=is:pr+milestone:1.2+is:closed

Thanks

Thanks to @MaZderMind @Chatanga and @kezhuw for their contributions to this release.