mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
flacenc: plug ref leak
This commit is contained in:
parent
62d6c00ac9
commit
12d7acf6f6
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ gst_flac_enc_seek_callback (const FLAC__StreamEncoder * encoder,
|
|||
|
||||
if (!seekable) {
|
||||
GST_DEBUG_OBJECT (flacenc, "downstream not seekable; not rewriting");
|
||||
gst_object_unref (peerpad);
|
||||
return FLAC__STREAM_ENCODER_SEEK_STATUS_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue