Revert "decodebin2: Try harder to get initial topology caps"

This reverts commit 6b3e3544d4.

I really shouldn't put WIP commits in my main branch ...
This commit is contained in:
Edward Hervey 2012-01-06 15:40:06 +01:00
parent 1863308a8e
commit f5f781e8fb

View file

@ -3512,14 +3512,6 @@ gst_decode_chain_get_topology (GstDecodeChain * chain)
/* Caps that resulted in this chain */
caps = gst_pad_get_current_caps (chain->pad);
if (!caps) {
/* Try querying the peer sink pad caps.
* This will most likely be the case with typefind:src
*/
caps = gst_pad_peer_query_caps (chain->pad, NULL);
}
if (!caps) {
caps = get_pad_caps (chain->pad);
if (G_UNLIKELY (!gst_caps_is_fixed (caps))) {