mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +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>
|
||||
|
||||
* gst/elements/Makefile.am:
|
||||
* gst/elements/gstelements.c:
|
||||
* gst/elements/gsttypefindelement.c:
|
||||
* gst/elements/gsttypefindelement.h:
|
||||
renamed gsttypefindelement to gsttypefind, conserving CVS history
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "gstshaper.h"
|
||||
#include "gststatistics.h"
|
||||
#include "gsttee.h"
|
||||
#include "gsttypefindelement.h"
|
||||
#include "gsttypefind.h"
|
||||
|
||||
|
||||
struct _elements_entry {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gsttypefindelement.h"
|
||||
#include "gsttypefind.h"
|
||||
#include "gst/gst_private.h"
|
||||
#include "gst/gst-i18n-lib.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "gstshaper.h"
|
||||
#include "gststatistics.h"
|
||||
#include "gsttee.h"
|
||||
#include "gsttypefindelement.h"
|
||||
#include "gsttypefind.h"
|
||||
|
||||
|
||||
struct _elements_entry {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gsttypefindelement.h"
|
||||
#include "gsttypefind.h"
|
||||
#include "gst/gst_private.h"
|
||||
#include "gst/gst-i18n-lib.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue