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
@ -229,7 +229,7 @@ gst_camerabin_preview_convert (GstCameraBin * camera,
|
|||||||
bus = gst_element_get_bus (pipeline);
|
bus = gst_element_get_bus (pipeline);
|
||||||
msg = gst_bus_timed_pop_filtered (bus, (25 * GST_SECOND),
|
msg = gst_bus_timed_pop_filtered (bus, (25 * GST_SECOND),
|
||||||
GST_MESSAGE_ERROR | GST_MESSAGE_EOS);
|
GST_MESSAGE_ERROR | GST_MESSAGE_EOS);
|
||||||
gst_bus_unref (bus);
|
gst_object_unref (bus);
|
||||||
|
|
||||||
if (msg) {
|
if (msg) {
|
||||||
switch (GST_MESSAGE_TYPE (msg)) {
|
switch (GST_MESSAGE_TYPE (msg)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user