mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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);
|
||||
#endif
|
||||
|
||||
gst_buffer_unref (buffer);
|
||||
gst_sample_unref (sample);
|
||||
entries++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue