pixelflux 1.4.0__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pixelflux might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pixelflux
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: A performant web native pixel delivery pipeline for diverse sources, blending VNC-inspired parallel processing of pixel buffers with flexible modern encoding formats.
5
5
  Home-page: https://github.com/linuxserver/pixelflux
6
6
  Author: Linuxserver.io
@@ -3155,6 +3155,7 @@ void ScreenCaptureModule::capture_loop() {
3155
3155
  XDestroyImage(shm_image);
3156
3156
  shm_image = nullptr;
3157
3157
  }
3158
+ XSync(display, False);
3158
3159
  XCloseDisplay(display);
3159
3160
  display = nullptr;
3160
3161
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pixelflux
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: A performant web native pixel delivery pipeline for diverse sources, blending VNC-inspired parallel processing of pixel buffers with flexible modern encoding formats.
5
5
  Home-page: https://github.com/linuxserver/pixelflux
6
6
  Author: Linuxserver.io
@@ -53,7 +53,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
53
53
 
54
54
  setup(
55
55
  name="pixelflux",
56
- version="1.4.0",
56
+ version="1.4.1",
57
57
  author="Linuxserver.io",
58
58
  author_email="pypi@linuxserver.io",
59
59
  description="A performant web native pixel delivery pipeline for diverse sources, blending VNC-inspired parallel processing of pixel buffers with flexible modern encoding formats.",
File without changes
File without changes
File without changes
File without changes
File without changes