summaryrefslogtreecommitdiffstats
path: root/gst-plugins-bad.spec.in
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-01 22:40:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-01 22:40:49 +0000
commit3e89814bb10346cabef1a836e8f0dc069f02371c (patch)
treee20e73a0a25bf5c704fa7012f4e0eb09a707972d /gst-plugins-bad.spec.in
parentb205840bc1d853c9f5d00f077b2ccf12b0c6c6ae (diff)
downloadgst-plugins-bad-3e89814bb10346cabef1a836e8f0dc069f02371c.tar.gz
gst-plugins-bad-3e89814bb10346cabef1a836e8f0dc069f02371c.tar.bz2
gst-plugins-bad-3e89814bb10346cabef1a836e8f0dc069f02371c.zip
Rename new srtenc plugin to subenc.
Original commit message from CVS: * configure.ac: * gst-plugins-bad.spec.in: * gst/srtenc/Makefile.am: * gst/srtenc/gstsrtenc.c: * gst/srtenc/gstsrtenc.h: * gst/subenc/Makefile.am: * gst/subenc/gstsrtenc.c: (plugin_init): Rename new srtenc plugin to subenc.
Diffstat (limited to 'gst-plugins-bad.spec.in')
-rw-r--r--gst-plugins-bad.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in
index a70cf95a..71aa59cc 100644
--- a/gst-plugins-bad.spec.in
+++ b/gst-plugins-bad.spec.in
@@ -112,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmetadata.so
%{_libdir}/gstreamer-%{majorminor}/libgstselector.so
-%{_libdir}/gstreamer-%{majorminor}/libgstsrtenc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
@@ -148,13 +148,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Tue Apr 1 2008 Christian Schaller <christian at collabora dot co uk>
+* Tue Apr 1 2008 Tim-Philipp Müller <tim.muller at collabora dot co uk>
+- Update spec file for srtenc plugin rename to subenc
+
+* Tue Apr 1 2008 Christian Schaller <christian.schaller at collabora dot co uk>
- Update spec with libgstsrtenc plugin
-* Wed Jan 23 2008 Christian Schaller <christian at collabora dot co uk>
+* Wed Jan 23 2008 Christian Schaller <christian.schaller at collabora dot co uk>
- Update spec with fbdev sink and rawparse, remove videoparse
-* Fri Dec 14 2007 Christian Schaller <christian at collabora dot co uk>
+* Fri Dec 14 2007 Christian Schaller <christian.schaller at collabora dot co uk>
- Update spec file with timidity, libgstdvb, libgstsdpelem, libgstspeexresample, libgstmpeg4videoparse
* Tue Jun 12 2007 Jan Schmidt <jan at fluendo dot com>