mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst/elements, testsuite: Null if we got it...
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/elements, testsuite: Null if we got it...
This commit is contained in:
parent
658bba4626
commit
82a5239bfe
15 changed files with 4 additions and 24 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/elements, testsuite: Null if we got it...
|
||||
|
||||
2005-07-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -451,7 +451,6 @@ gst_fakesrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
GstFakeSrc *src;
|
||||
GstBaseSrc *basesrc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FAKESRC (object));
|
||||
|
||||
src = GST_FAKESRC (object);
|
||||
|
|
|
@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
|
|
@ -174,7 +174,6 @@ gst_fdsrc_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFdSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSRC (object));
|
||||
|
||||
src = GST_FDSRC (object);
|
||||
|
@ -201,7 +200,6 @@ gst_fdsrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFdSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSRC (object));
|
||||
|
||||
src = GST_FDSRC (object);
|
||||
|
|
|
@ -188,7 +188,6 @@ gst_filesink_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstFileSink *sink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
sink = GST_FILESINK (object);
|
||||
|
||||
switch (prop_id) {
|
||||
|
@ -207,7 +206,6 @@ gst_filesink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFileSink *sink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESINK (object));
|
||||
|
||||
sink = GST_FILESINK (object);
|
||||
|
|
|
@ -286,7 +286,6 @@ gst_filesrc_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESRC (object));
|
||||
|
||||
src = GST_FILESRC (object);
|
||||
|
@ -321,7 +320,6 @@ gst_filesrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESRC (object));
|
||||
|
||||
src = GST_FILESRC (object);
|
||||
|
|
|
@ -451,7 +451,6 @@ gst_fakesrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
GstFakeSrc *src;
|
||||
GstBaseSrc *basesrc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FAKESRC (object));
|
||||
|
||||
src = GST_FAKESRC (object);
|
||||
|
|
|
@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
|
|
@ -174,7 +174,6 @@ gst_fdsrc_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFdSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSRC (object));
|
||||
|
||||
src = GST_FDSRC (object);
|
||||
|
@ -201,7 +200,6 @@ gst_fdsrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFdSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSRC (object));
|
||||
|
||||
src = GST_FDSRC (object);
|
||||
|
|
|
@ -188,7 +188,6 @@ gst_filesink_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstFileSink *sink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
sink = GST_FILESINK (object);
|
||||
|
||||
switch (prop_id) {
|
||||
|
@ -207,7 +206,6 @@ gst_filesink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFileSink *sink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESINK (object));
|
||||
|
||||
sink = GST_FILESINK (object);
|
||||
|
|
|
@ -286,7 +286,6 @@ gst_filesrc_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESRC (object));
|
||||
|
||||
src = GST_FILESRC (object);
|
||||
|
@ -321,7 +320,6 @@ gst_filesrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FILESRC (object));
|
||||
|
||||
src = GST_FILESRC (object);
|
||||
|
|
|
@ -300,7 +300,6 @@ gst_bstest_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstBsTest *bstest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_BSTEST (object));
|
||||
|
||||
bstest = GST_BSTEST (object);
|
||||
|
@ -348,7 +347,6 @@ gst_bstest_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstBsTest *bstest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_BSTEST (object));
|
||||
|
||||
bstest = GST_BSTEST (object);
|
||||
|
|
|
@ -171,7 +171,6 @@ gst_dptest_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstDpTest *dptest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DPTEST (object));
|
||||
|
||||
dptest = GST_DPTEST (object);
|
||||
|
|
|
@ -300,7 +300,6 @@ gst_bstest_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstBsTest *bstest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_BSTEST (object));
|
||||
|
||||
bstest = GST_BSTEST (object);
|
||||
|
@ -348,7 +347,6 @@ gst_bstest_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstBsTest *bstest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_BSTEST (object));
|
||||
|
||||
bstest = GST_BSTEST (object);
|
||||
|
|
|
@ -171,7 +171,6 @@ gst_dptest_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstDpTest *dptest;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DPTEST (object));
|
||||
|
||||
dptest = GST_DPTEST (object);
|
||||
|
|
Loading…
Reference in a new issue