summaryrefslogtreecommitdiff
path: root/gst/pnm
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-01-22 02:23:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-01-22 02:25:44 +0000
commite9732ef9022811dd96f9bedaae52fe621453c7cd (patch)
tree12023fab21ddaff19fcb036b4ee54828a66ac74e /gst/pnm
parentb2ce6fe6d5b02be7d9e51c8443e4d964eb132b28 (diff)
pnm: use same media type as other elements
gdkpixbuf and our new typefinder in -base use image/x-portable-*.
Diffstat (limited to 'gst/pnm')
-rw-r--r--gst/pnm/gstpnmutils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/pnm/gstpnmutils.h b/gst/pnm/gstpnmutils.h
index ed906521d..6e99e7209 100644
--- a/gst/pnm/gstpnmutils.h
+++ b/gst/pnm/gstpnmutils.h
@@ -23,10 +23,10 @@
#include <glib.h>
#include <glib-object.h>
-#define MIME_BM "image/x-image-bitmap"
-#define MIME_GM "image/x-image-graymap"
-#define MIME_PM "image/x-image-pixmap"
-#define MIME_AM "image/x-image-anymap"
+#define MIME_BM "image/x-portable-bitmap"
+#define MIME_GM "image/x-portable-graymap"
+#define MIME_PM "image/x-portable-pixmap"
+#define MIME_AM "image/x-portable-anymap"
#define MIME_ALL MIME_BM "; " MIME_GM "; " MIME_PM "; " MIME_AM
typedef enum