mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
camerabin: Add missing change to previous commits
Forgot to add this change to the latest commits. This fixes the build.
This commit is contained in:
parent
7ae195788a
commit
d96964e391
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ gst_camerabin_preview_convert (GstCameraBin * camera,
|
|||
bus = gst_element_get_bus (pipeline);
|
||||
msg = gst_bus_timed_pop_filtered (bus, (25 * GST_SECOND),
|
||||
GST_MESSAGE_ERROR | GST_MESSAGE_EOS);
|
||||
gst_bus_unref (bus);
|
||||
gst_object_unref (bus);
|
||||
|
||||
if (msg) {
|
||||
switch (GST_MESSAGE_TYPE (msg)) {
|
||||
|
|
Loading…
Reference in a new issue