mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
same change here
Original commit message from CVS: same change here
This commit is contained in:
parent
b557c951c2
commit
e6abe03293
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/control/control.h>
|
#include "control.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_control_init_common()
|
gst_control_init_common()
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/control/unitconvert.h>
|
#include "unitconvert.h"
|
||||||
#include <gst/gstinfo.h>
|
#include <gst/gstinfo.h>
|
||||||
|
|
||||||
static GHashTable *_gst_units;
|
static GHashTable *_gst_units;
|
||||||
|
|
Loading…
Reference in a new issue