rawparse: default query should be forward on target pad
https://bugzilla.gnome.org/show_bug.cgi?id=731899
This commit is contained in:
parent
983eb6d28a
commit
9bd4a1b2e0
@ -1030,7 +1030,7 @@ gst_raw_parse_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
||||
}
|
||||
default:
|
||||
/* else forward upstream */
|
||||
ret = gst_pad_query_default (rp->sinkpad, parent, query);
|
||||
ret = gst_pad_query_default (pad, parent, query);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user