mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
uvch264 test: Use string instead of fourcc in glade caps
This commit is contained in:
parent
06ae51a3fe
commit
a8abba802b
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="invisible_char">●</property>
|
||||
<property name="text" translatable="yes">video/x-raw,width=320,height=240,format=(fourcc)YUY2,framerate=15/1</property>
|
||||
<property name="text"
|
||||
translatable="yes">video/x-raw,width=320,height=240,format=(string)YUY2,framerate=15/1</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Reference in a new issue