duzy / gst-switch

A DVswitch replacement basing on GStreamer -- record video from multiple sources in the network, and switch for showing in PiP mode
Other
11 stars 17 forks source link

When moving the PIP, the video output flashes black #13

Closed mithro closed 11 years ago

mithro commented 11 years ago

When using the CTRL-Arrow keys, the picture flashes black momentarily. It should be possible to change the position of the PIP without needing to rebuild the pipeline.

duzy commented 11 years ago

Let's do some experiments on this to see if it works. I guess by just changing "xpos" and "ypos" should work.

duzy commented 11 years ago

Yeah, it's working. Fixed.

duzy commented 11 years ago

Well changing the size of PIP will still requires to rebuild the pipeline, e.g. Ctrl + Shift + arrow

mithro commented 11 years ago

Looks good!