Skip to content

Commit

Permalink
[gst-plugins-bad] Update and rebase on 1.16.2. JB#49886
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed May 9, 2020
1 parent 696814a commit baad322
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gst-plugins-bad
Submodule gst-plugins-bad updated from c3c54a to a6f264
4 changes: 2 additions & 2 deletions rpm/0006-jifmux-cope-with-missing-EOI-marker.patch
Expand Up @@ -24,7 +24,7 @@ index 28638b7..4c66591 100644
for (i = 5; i >= 2; i--) {
if (map.data[map.size - i] == 0xFF && map.data[map.size - i + 1] == EOI) {
eoi_pos = map.size - i;
+ eoi_found = TRUE;
+ eoi_found = TRUE;
break;
}
}
Expand All @@ -35,7 +35,7 @@ index 28638b7..4c66591 100644
+
+ /* If we cannot find EOI marker, we assume the rest of the data is scan data */
+ if (!eoi_found)
+ goto done;
+ goto done;
}

if (!gst_byte_reader_peek_uint8 (&reader, &marker))
Expand Down
2 changes: 1 addition & 1 deletion rpm/0007-Add-colour-tone-and-scene-modes.patch
Expand Up @@ -31,7 +31,7 @@ index 0475d71..0720d6d 100644

/**
@@ -264,6 +271,11 @@
* of scenes lit by candles (Since 1.2)
* of scenes lit by candles (Since: 1.2)
* @GST_PHOTOGRAPHY_SCENE_MODE_BARCODE: Applications are looking for
* a barcode (Since: 1.2)
+ * @GST_PHOTOGRAPHY_SCENE_MODE_BACKLIGHT: Backlit photos (Since: 1.?)
Expand Down
4 changes: 1 addition & 3 deletions rpm/gst-plugins-bad.spec
Expand Up @@ -3,10 +3,9 @@

Summary: GStreamer streaming media framework "bad" plug-ins
Name: %{gstreamer}%{majorminor}-plugins-bad
Version: 1.16.1
Version: 1.16.2
Release: 1
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gstreamer1.0-plugins-bad-%{version}.tar.xz
Patch1: 0001-Set-video-branch-to-NULL-after-finishing-video-recor.patch
Expand Down Expand Up @@ -55,7 +54,6 @@ operate on media data.

%package devel
Summary: Development files for the GStreamer media framework "bad" plug-ins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gstreamer1.0-plugins-base-devel

Expand Down

0 comments on commit baad322

Please sign in to comment.