mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
flacenc: remove extraneous _unref
... since we did not obtain a buffer ref from the GstSample.
This commit is contained in:
parent
7c94509243
commit
e31bfd6ddb
1 changed files with 0 additions and 1 deletions
|
@ -559,7 +559,6 @@ gst_flac_enc_set_metadata (GstFlacEnc * flacenc, guint64 total_samples)
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gst_buffer_unref (buffer);
|
|
||||||
gst_sample_unref (sample);
|
gst_sample_unref (sample);
|
||||||
entries++;
|
entries++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue