From 94fb1d987043113b847131f86b3b096d7dbea8a1 Mon Sep 17 00:00:00 2001 From: Patrick Radizi Date: Wed, 21 May 2008 09:38:48 +0000 Subject: gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps name because they not always map directl... Original commit message from CVS: Patch by: Patrick Radizi * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init), (gst_multipart_demux_get_gstname), (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain): * gst/multipart/multipartdemux.h: Don't blindly copy the mime-type as the caps name because they not always map directly. Instead use a hashtable with common mappings. Fixes #533287. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06cdb90d..5b2738f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-05-21 Wim Taymans + + Patch by: Patrick Radizi + + * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init), + (gst_multipart_demux_get_gstname), + (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain): + * gst/multipart/multipartdemux.h: + Don't blindly copy the mime-type as the caps name because they not + always map directly. Instead use a hashtable with common mappings. + Fixes #533287. + 2008-05-20 Wim Taymans * ext/esd/esdsink.c: (gst_esdsink_write): -- cgit