gst/autodetect/: Make the name of the child element be based on the name of the paren...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 16 May 2006 14:07:29 +0000 (14:07 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 16 May 2006 14:07:29 +0000 (14:07 +0000)
commit6ac3f840db01e2f0f1433f8a6ce4232d8ccac853
treebfaaeee438a58b4dc610583711a2c614a4f04b0c
parent1215828fae9fe1614cb709374a6c163c29aaf299
gst/autodetect/: Make the name of the child element be based on the name of the parent, so that debug output is more ...

Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_find_best):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_find_best):
Make the name of the child element be based on the name of the
parent, so that debug output is more useful.
* gst/id3demux/id3v2frames.c: (find_utf16_bom),
(parse_insert_string_field), (parse_split_strings):
Rework string parsing to always walk over BOM markers in UTF16
strings, using the endianness indicated by the innermost one,
then trying the opposite endianness if that fails to convert
to valid UTF-8. Fixes #341774
ChangeLog
gst/autodetect/gstautoaudiosink.c
gst/autodetect/gstautovideosink.c
gst/id3demux/id3v2frames.c