virinext / pipeviz

Pipeviz is a gui tool for constructing and testing gstreamer pipelines
GNU General Public License v2.0
116 stars 31 forks source link

Allow editing GstCaps properties #48

Closed myungjoo closed 5 years ago

myungjoo commented 5 years ago

It's often critical to use capsfilter in a stream pipeline, whose main property, caps, is GstCaps * that requires some additional handlings from ElementProperties class.

Fixes #46

Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com