gst/gsttagsetter.c: gst_tag_list_merge() returns a new list, so it's not the best...
authorRené Stadler <mail@renestadler.de>
Fri, 12 Jan 2007 10:48:49 +0000 (10:48 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 12 Jan 2007 10:48:49 +0000 (10:48 +0000)
commit51b5a406ca327a5e80ac8f520eb9c93c696af3fe
tree5a816a70bc310cc91cf9eb7029d3ad1a7197b5ea
parent297db8e2496e06a24cfd48b0fc6ab0ec0c27f979
gst/gsttagsetter.c: gst_tag_list_merge() returns a new list, so it's not the best idea to ingore its return value. Ef...

Original commit message from CVS:
Patch by: René Stadler <mail at renestadler dot de>
* gst/gsttagsetter.c: (gst_tag_setter_merge_tags):
gst_tag_list_merge() returns a new list, so it's not the best idea
to ingore its return value. Effectively meant that tags could only
be merged on a GstTagSetter once using _merge_tags(). Fixes #395554.
Also add function guard to require a non-NULL taglist as input (has
always been so due to gst_tag_list_copy(), just making it explicit).
ChangeLog
gst/gsttagsetter.c