changeset 8 | 4a7fac7dd34a |
parent 0 | 0e761a78d257 |
child 30 | 7e817e7e631c |
7:71e347f905f2 | 8:4a7fac7dd34a |
---|---|
179 } |
179 } |
180 default:{ |
180 default:{ |
181 g_return_val_if_reached (NULL); |
181 g_return_val_if_reached (NULL); |
182 } |
182 } |
183 } |
183 } |
184 gst_message_unref (msg); |
|
184 } else { |
185 } else { |
185 g_warning ("Could not take screenshot: %s", "timeout during conversion"); |
186 g_warning ("Could not take screenshot: %s", "timeout during conversion"); |
186 result = NULL; |
187 result = NULL; |
187 } |
188 } |
188 |
189 |