GNOME Bugzilla – Bug 348916
[typefind] add multipart/x-mixed-replace typefinder
Last modified: 2006-07-28 16:50:14 UTC
Hi, see subject.. I'll attach a patch for this :)
Created attachment 69719 [details] [review] Patch to add typefinding for mime/x-multipart-replace
Thanks, committed: 2006-07-28 Tim-Philipp Müller <tim at centricular dot net> Patch by: Sjoerd Simons <sjoerd at luon net> * gst/typefind/gsttypefindfunctions.c: (multipart_type_find), (plugin_init): Add typefind function for multipart/x-mixed-replace (#348916). Needed to check for data==NULL after second peek as well. Seems our multipartmux element doesn't create a stream that's recognised by this typefind function though (it has an extra \n as first byte) ...