From a1b3e700a84f00ff06f00bd87ccbe4d8b36dbb85 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 13 Jun 2002 12:17:26 +0000 Subject: [PATCH] API anti-bork fix Original commit message from CVS: API anti-bork fix --- common | 2 +- ext/dv/gstdvdec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 8579ce0..4dab760 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8579ce0ed656e0c512b37ff70bebd54cab4d4e7d +Subproject commit 4dab76096cb84988dc2b6366cf5bd964fe5857d7 diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 36f8418..bb08cbb 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)) { -- 2.7.4