Python-API for gst-switch along with travis modifications - #35
Open
hyades wants to merge 652 commits into
Open
Conversation
This reverts commit ce5b7e3.
Enable -Werror (fixes #82)
Changing localhost to 0.0.0.0
* Fix VGA => VGA@60 for default low resolution support * Save (and display) the caps string * Add function to return the caps string, use this from gst_case_get_pipeline_string () where required
Save and use the video caps string for gstreamer pipelines
Small clean up of python tests.
…convert Replace autovideoconvert with videoconvert
Also kill the UI on exit.
Adding audio caps and making sure caps is part of input.
Fix tests for record file option parsing
s/queue2/queue
Converted the following message; ``` gst-switch-srv/gstworker.c:501:warning: input_3005: Internal data flow problem. ``` to ``` gst-switch-srv/gstworker.c:501:warning: input_3005: Internal data flow problem. (gstbasesink.c(3264): gst_base_sink_chain_unlocked (): /GstPipeline:pipeline10/GstInterVideoSink:sink: Received buffer without a new-segment. Assuming timestamps start from 0.) ```
For profiling and memleak checking, where the default 5s is too low.
Output the debug message with the error to provide more useful info.
…t-and-server Add commandline switch to client and server to set dbus timeout
Not doing make clean to allow data to be sent to coveralls
Handling fast connection close
* Add a "virtual" close function to the gstworker class, call this when error is handled * Add a "virtual" close function to the gsocketinputstream class, which ensures that the socket is closed rather than relying on unref at finalize * Add video caps to inputsrc pipeline so that video format errors are detected and handled directly * Add a kludge to redirect warnings that are actually errors to the correct handler Merging timvideos#125
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.