From e73ddd490e67ef375586cb5c668bd8fb2c8b802a Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 14 Sep 2006 10:38:42 +0000 Subject: gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers for typefinding purposes, keep an initial... Original commit message from CVS: * gst/icydemux/gsticydemux.c: (gst_icydemux_reset), (gst_icydemux_typefind_or_forward): * gst/icydemux/gsticydemux.h: When we merge/collect multiple incoming buffers for typefinding purposes, keep an initial 0 offset on the first outgoing buffer as well (otherwise id3demux won't work right). Fixes #345449. Also Make buffer metadata writable before setting buffer caps. * tests/check/elements/icydemux.c: (typefind_succeed), (cleanup_icydemux), (push_data), (GST_START_TEST), (icydemux_suite): Small test case for the above. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index d287125f..a8c15b7a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d287125f93da692bc25d53b0b7b0e2f90424a212 +Subproject commit a8c15b7a2c75fc2bd83850cb17cb05a1ee84ecaf -- cgit