mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
fix compile error
Original commit message from CVS: fix compile error
This commit is contained in:
parent
99bc9dd63d
commit
be5bc7e051
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ print_caps (GstCaps *caps)
|
|||
GstPropsType type;
|
||||
|
||||
name = gst_props_entry_get_name (entry);
|
||||
type = gst_props_entry_get_type (entry);
|
||||
type = gst_props_entry_get_props_type (entry);
|
||||
switch (type) {
|
||||
case GST_PROPS_STRING_TYPE:
|
||||
gst_props_entry_get_string (entry, &str_val);
|
||||
|
|
Loading…
Reference in a new issue