mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Fix compile error in last checkin
Original commit message from CVS: Fix compile error in last checkin
This commit is contained in:
parent
84dc963101
commit
8c2c77d3a2
1 changed files with 0 additions and 1 deletions
|
@ -512,7 +512,6 @@ gst_vorbisfile_new_link (VorbisFile *vorbisfile, gint link)
|
|||
{
|
||||
vorbis_info *vi = ov_info (&vorbisfile->vf, link);
|
||||
GstCaps *caps;
|
||||
gboolean res = TRUE;
|
||||
|
||||
/* new logical bitstream */
|
||||
vorbisfile->current_link = link;
|
||||
|
|
Loading…
Reference in a new issue