~ubuntu-branches/ubuntu/raring/totem/raring-proposed

« back to all changes in this revision

Viewing changes to src/gst/totem-gst-pixbuf-helpers.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-11 18:16:52 UTC
  • Revision ID: package-import@ubuntu.com-20130411181652-bq07kguvo1s9f30y
Tags: 3.6.3-0ubuntu6
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu in raring since indicator-appmenu 
    doesn't handle the mix of technologies at the moment and we can't
    have those menu items missing (lp: #1131754)

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
    GstSample *sample;
158
158
    GstCaps *caps;
159
159
    const GstStructure *caps_struct;
160
 
    int type;
 
160
    int type = GST_TAG_IMAGE_TYPE_UNDEFINED;
161
161
 
162
162
    if (!gst_tag_list_get_sample_index (tag_list, GST_TAG_IMAGE, i, &sample))
163
163
      break;