API anti-bork fix

Original commit message from CVS:
API anti-bork fix
This commit is contained in:
Thomas Vander Stichele 2002-06-13 12:17:26 +00:00
parent 6446e509a5
commit a1b3e700a8
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 8579ce0ed656e0c512b37ff70bebd54cab4d4e7d
Subproject commit 4dab76096cb84988dc2b6366cf5bd964fe5857d7

View file

@ -315,7 +315,7 @@ gst_dvdec_loop (GstElement *element)
trylist = gst_caps_normalize (trylist);
while (trylist) {
GstCaps *to_try = gst_caps_copy_first (trylist);
GstCaps *to_try = gst_caps_copy_1 (trylist);
/* try each format */
if (gst_pad_try_set_caps (dvdec->videosrcpad, to_try)) {