8000 GitHub - javsanpar/gst-gzdec: GStreamer-1.0 example plugin to decompress gzip streams
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

javsanpar/gst-gzdec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GZDEC

GStreamer-1.0 example plugin to decompress gzip streams.

Building from Source

First see that you have the required build dependencies:

  • meson
  • gstreamer-1.0
  • zlib
meson build
ninja -C build

Testing the plugin

GST_PLUGIN_PATH=build/ gst-launch-1.0 filesrc location=/tmp/file.txt.gz ! gzdec ! filesink location="/tmp/file.txt"

About

GStreamer-1.0 example plugin to decompress gzip streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0