summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-13 12:17:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-13 12:17:26 +0000
commita1b3e700a84f00ff06f00bd87ccbe4d8b36dbb85 (patch)
tree20f8c83dd59377d9b95ebc7423e28997c0714b97 /ext
parent6446e509a574201f8fb255a91c5e6c583c64e8b2 (diff)
API anti-bork fix
Original commit message from CVS: API anti-bork fix
Diffstat (limited to 'ext')
-rw-r--r--ext/dv/gstdvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 36f8418f..bb08cbbb 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -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)) {