Skip to content
Snippets Groups Projects
Commit 9bd4a1b2 authored by Justin Kim's avatar Justin Kim Committed by Sebastian Dröge
Browse files

rawparse: default query should be forward on target pad

https://bugzilla.gnome.org/show_bug.cgi?id=731899
parent 983eb6d2
No related branches found
No related tags found
Loading
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment