vorbisdec: fix up for 0.11 after merge
This commit is contained in:
parent
29c266ccff
commit
c9308a73ca
@ -221,7 +221,7 @@ vorbis_handle_comment_packet (GstVorbisDec * vd, ogg_packet * packet)
|
|||||||
|
|
||||||
if (!list) {
|
if (!list) {
|
||||||
GST_ERROR_OBJECT (vd, "couldn't decode comments");
|
GST_ERROR_OBJECT (vd, "couldn't decode comments");
|
||||||
list = gst_tag_list_new ();
|
list = gst_tag_list_new_empty ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (encoder) {
|
if (encoder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user