don't critical (#137588)
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 18 Mar 2004 12:55:38 +0000 (12:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 18 Mar 2004 12:55:38 +0000 (12:55 +0000)
Original commit message from CVS:
don't critical (#137588)

ChangeLog
common
ext/ffmpeg/gstffmpegcolorspace.c

index e832aac..0a742f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
+          don't critical, throw error (#137588)
+
 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac: bump nano to 1
diff --git a/common b/common
index af63963..9990189 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit af639632ef610fb83ee7a07bead59459986741f9
+Subproject commit 99901894a48091bfed16826702c38c4063e64954
index d27aebb..ff00f79 100644 (file)
@@ -341,7 +341,8 @@ gst_ffmpegcsp_chain (GstPad  *pad,
 
   if (space->from_pixfmt == PIX_FMT_NB ||
       space->to_pixfmt == PIX_FMT_NB) {
-    g_critical ("attempting to convert unknown formats");
+    GST_ELEMENT_ERROR (space, CORE, NOT_IMPLEMENTED, NULL,
+         ("attempting to convert colorspaces between unknown formats"));
     gst_buffer_unref (inbuf);
     return;
   }