~ubuntu-branches/ubuntu/vivid/cheese/vivid-proposed

« back to all changes in this revision

Viewing changes to src/cheese-effects-manager.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-01-05 12:03:40 UTC
  • mfrom: (7.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20150105120340-1g3oo4ljg5wlu54m
Tags: 3.14.1-2ubuntu1
* Merge from debian. Remaining changes:
  - Add apport hook
  - debian/control.in:
    + Build-depend on good gstreamer plugins instead of bad
  - debian/patches/use-plugins-good:
    + The camerabin plugin is part of the good gstreamer plugins in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* cheese-effects-manager.c generated by valac 0.24.0.36-e935, the Vala compiler
 
1
/* cheese-effects-manager.c generated by valac 0.26.0.21-afb3, the Vala compiler
2
2
 * generated from cheese-effects-manager.vala, do not modify */
3
3
 
4
4
/*
212
212
                CheeseEffect* _tmp0_ = NULL;
213
213
                const gchar* _tmp1_ = NULL;
214
214
                const gchar* _tmp2_ = NULL;
215
 
                GstBin* _tmp3_ = NULL;
216
 
                GstBin* _tmp4_ = NULL;
 
215
                GstElement* _tmp3_ = NULL;
 
216
                GstElement* _tmp4_ = NULL;
217
217
                CheeseEffect* _tmp5_ = NULL;
218
218
                CheeseEffect* _tmp6_ = NULL;
219
219
                _tmp0_ = effect;
223
223
                g_object_ref_sink (_tmp3_);
224
224
                _tmp4_ = _tmp3_;
225
225
                _g_object_unref0 (_tmp4_);
226
 
                if (_inner_error_ != NULL) {
 
226
                if (G_UNLIKELY (_inner_error_ != NULL)) {
227
227
                        goto __catch2_g_error;
228
228
                }
229
229
                _tmp5_ = effect;
251
251
                _g_error_free0 (err);
252
252
        }
253
253
        __finally2:
254
 
        if (_inner_error_ != NULL) {
 
254
        if (G_UNLIKELY (_inner_error_ != NULL)) {
255
255
                g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
256
256
                g_clear_error (&_inner_error_);
257
257
                return;