sony / flutter-elinux-plugins

Flutter plugins for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

[video_player/camera] add gst_caps_unref #91

Closed makotosato-at closed 6 months ago

makotosato-at commented 6 months ago

After using gst_pad_get_current_caps, it should be followed by a call to gst_caps_unref.

HidenoriMatsubayashi commented 6 months ago

Please add an explanation of this pull request.

makotosato-at commented 6 months ago

Sorry. I added an explanation.