From a1b3e700a84f00ff06f00bd87ccbe4d8b36dbb85 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 13 Jun 2002 12:17:26 +0000 Subject: API anti-bork fix Original commit message from CVS: API anti-bork fix --- ext/dv/gstdvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dv') 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)) { -- cgit