ros-drivers / gscam

ROS Camera driver for GStreamer-based video streams.
136 stars 172 forks source link

GStreamer-CRITICAL issue [ gst_buffer_resize_range: assertion 'gst_buffer_is_writable (buffer)' failed ] #92

Closed KangHyunwoogi closed 11 months ago

KangHyunwoogi commented 11 months ago

(gscam:17521): GStreamer-CRITICAL **: 01:39:03.281: gst_buffer_resize_range: assertion 'gst_buffer_is_writable (buffer)' failed

(gscam:17521): GStreamer-WARNING **: 01:39:03.282: free_priv_data: object finalizing but still has parent (object:0xaaab2459a7e0, parent:0xaaab2456b6b0)

(gscam:17521): GStreamer-WARNING **: 01:39:03.282: free_priv_data: object finalizing but still has 1 parents (object:0xaaab2459a7e0)

Anyone who solve this problem??

Grimwork commented 11 months ago

Same problem here, did you solve it ?

KangHyunwoogi commented 11 months ago

Same problem here, did you solve it ?

It because of gstreamer version issue. You can run your code with modifying code with link as below! https://github.com/ros-drivers/gscam/pull/61

Grimwork commented 11 months ago

Thanks for the quick answer ! I have found another solution that work too here #82.