gst/playback/gstplaybin2.c: Make the function signature of the _get_*_tags() function...
authorJosé Alburquerque <jaalburqu@svn.gnome.org>
Sun, 2 Mar 2008 18:43:15 +0000 (18:43 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Mar 2008 18:43:15 +0000 (18:43 +0000)
commitf61c20f1d2c3c4589958729b61300d4d1cad5d29
tree8098f920b683172ed6162598531f99e58ad1fec1
parentd85688b8a2202149536001786e5bd32a9a89fc8f
gst/playback/gstplaybin2.c: Make the function signature of the _get_*_tags() functions match the signature of the vfu...

Original commit message from CVS:
Patch by: José Alburquerque <jaalburqu svn gnome org>
* gst/playback/gstplaybin2.c:
Make the function signature of the _get_*_tags() functions match
the signature of the vfuncs they implement, ie. return a
GstTagList rather than a GstStructure, which is more correct,
even if one is typedef'ed to the other (#518940).
ChangeLog
gst/playback/gstplaybin2.c