~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to gst/camerabin2/gstplugin.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "gstviewfinderbin.h"
27
27
#include "gstimagecapturebin.h"
28
 
#include "gstvideorecordingbin.h"
29
28
#include "gstwrappercamerabinsrc.h"
30
29
#include "gstcamerabin2.h"
31
30
 
36
35
    return FALSE;
37
36
  if (!gst_image_capture_bin_plugin_init (plugin))
38
37
    return FALSE;
39
 
  if (!gst_video_recording_bin_plugin_init (plugin))
40
 
    return FALSE;
41
38
  if (!gst_wrapper_camera_bin_src_plugin_init (plugin))
42
39
    return FALSE;
43
40
  if (!gst_camera_bin_plugin_init (plugin))