mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fix rename
Original commit message from CVS: fix rename
This commit is contained in:
parent
68f5c775c5
commit
603c990009
5 changed files with 5 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
||||||
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/elements/Makefile.am:
|
* gst/elements/Makefile.am:
|
||||||
|
* gst/elements/gstelements.c:
|
||||||
* gst/elements/gsttypefindelement.c:
|
* gst/elements/gsttypefindelement.c:
|
||||||
* gst/elements/gsttypefindelement.h:
|
* gst/elements/gsttypefindelement.h:
|
||||||
renamed gsttypefindelement to gsttypefind, conserving CVS history
|
renamed gsttypefindelement to gsttypefind, conserving CVS history
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include "gstshaper.h"
|
#include "gstshaper.h"
|
||||||
#include "gststatistics.h"
|
#include "gststatistics.h"
|
||||||
#include "gsttee.h"
|
#include "gsttee.h"
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefind.h"
|
||||||
|
|
||||||
|
|
||||||
struct _elements_entry {
|
struct _elements_entry {
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefind.h"
|
||||||
#include "gst/gst_private.h"
|
#include "gst/gst_private.h"
|
||||||
#include "gst/gst-i18n-lib.h"
|
#include "gst/gst-i18n-lib.h"
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include "gstshaper.h"
|
#include "gstshaper.h"
|
||||||
#include "gststatistics.h"
|
#include "gststatistics.h"
|
||||||
#include "gsttee.h"
|
#include "gsttee.h"
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefind.h"
|
||||||
|
|
||||||
|
|
||||||
struct _elements_entry {
|
struct _elements_entry {
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gsttypefindelement.h"
|
#include "gsttypefind.h"
|
||||||
#include "gst/gst_private.h"
|
#include "gst/gst_private.h"
|
||||||
#include "gst/gst-i18n-lib.h"
|
#include "gst/gst-i18n-lib.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue